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

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