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

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