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