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