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

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