Microcontroller Simulator Task 1 - Electronics Tutorials |
|
NOP, JMP, Labels and the Program Counter PC Open a browser window or tab containing the microcontroller simulator. Copy and paste this program into the code editing area. Press F8 to assemble the code. Step the program and watch the PC register carefully. Answer the reviseOmatic questions on this task.
NOP
NOP
NOP
NOP
START:
NOP
NOP
NOP
NOP
JMP START
TASK: Add a couple more labels and jumps. This is like the snakes and ladders game. You can jump forwards or backwards. |