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