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

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