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

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