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

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