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