aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sla23.c
blob: 15600e93be09eb02c7781c798b129685c7bcba51 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sla23) {
	NEXT_OP(sp, a >> 23, x, y, o);
}