Q4 - about using shift operation

i have a question about the implementation of the command , if i need to shift more then 1 time can i just do the shift operation and write the number of times i need to shift instead of writing this operation (because the shift op in dlx isjust once) ? does this acceptable?