aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addi150.c
blob: 180ef12d58e1418c4a4c1e7f2813b212d8c501a3 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(addi150) {
	NEXT_OP(sp, a, x, y, o + 150);
}