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