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