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

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