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

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