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.