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