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

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