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