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