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

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