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

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