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

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