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

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