This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

assembly from C

hello everyone,
i have a doubt regarding conversion from C to assembly when using the disassembly window in keil uv3. now int x; converts to MOV x(0x05),0x00; in assembly language. i dont know what the notation x(0x05) means. ideally it should be mov r0,0x00; mov r1,0x00; since i need to allot 16 bits. kindly help me out here.

0