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

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