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