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

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