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