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

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