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