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