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