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