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