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

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