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

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