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

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