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