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

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