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

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