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

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