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

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