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