Example macro-command: ``` D = M[100] ``` Translate to: ``` @100 D = M ``` Another example: ``` JUMP LOOP ``` Translate to: ``` @LOOP 0;JMP ```