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