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