The end of the main instruction should be MCR N**, not MCR M**, because the main instructions MC and MCR are used in pairs, and the main nesting levels of MC and MCR instructions are N0~N7. Therefore, your instructions are written in the wrong format, and the software will report an error.
The following is an example of applying the master command for your reference. Click to view a larger image.