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

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