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