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