Pre-requisite knowledge on compilers
 

  • What information does a compiler need to translate the following statement into (ARM) assembler code correctly:

         x = y + z;         
      

Assembler code: