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