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

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