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

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