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

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