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

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