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