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

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