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

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