aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addix143.c
blob: 0b56c36e1857f6b66ea47e7f120a2beb1745b8ef (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(addix143) {
	NEXT_OP(sp, a, x + 143, y, o);
}