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

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