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