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

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