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