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

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