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

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