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

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