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