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

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