hello.i have just started 8051 Microcontroller programming.i downloaded a software called MCU 8051 IDE.
I wrote this line to store a hexadecimal number in register R5 of bank 0.
mov R5,05
It compiled but how do i check the contents of that particular register.so that i can verify that the number has been properly stored.
I wrote this line to store a hexadecimal number in register R5 of bank 0.
mov R5,05
It compiled but how do i check the contents of that particular register.so that i can verify that the number has been properly stored.