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

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