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