Allow immediate values to be stored directly in move sample: `mov x, 12` will be translated to ``` load 12 mov accumulator, x ```
Allow immediate values to be stored directly in move
sample:
mov x, 12will be translated to