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

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