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

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