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

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