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

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