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