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

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