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

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