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

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