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

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