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

#include "../common.h"
DEFINE_OP(sly9) {
	NEXT_OP(sp, a, x, y << 9, o);
}