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