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

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