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