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

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