aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addix240.c
blob: 86d9f404ead325e9ba7b99616ecb6a6ee99a7d27 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(addix240) {
	NEXT_OP(sp, a, x + 240, y, o);
}