On-line Debugging Tool: Difference between revisions

Content deleted Content added
No edit summary
Example: Had incorrect PDP-11 syntax for immediate mode and character literal
Line 25:
This deposits the program
 
MOVB #'A', @#177566 ; Move 'A' into console transmit register
JMP @#1000 ; Jump back to start
 
The deposit to the PC [Program Counter], sets the PC to the start of the program and the deposit to the PSW [Program Status Word] locks out interrupts.