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

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