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

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