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

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