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

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