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

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