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