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