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

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