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

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