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

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