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

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