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