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