Presentation 1
Presentation 1
GENERAL OPERATION
REAL STATUS:
On power on reset, all information about the previous user program is lost and the register may acquire new data.
How ever the contents of user RAM are not disturbed is RESET is used.
INTERRUPT VECTORS
Int 1: single step interrupt this is used by monitor with the step command.
Int3: breakpoint interrupt- this is used with GO command and its use is at the
users discretion.
MONITOR COMMANDS
COMMAND S SW D DW X M Displays memory bytes Displays memory words Displays block of memory in byte format Displays block of memory in word format Examine/modify registers Move memory
Fill memory
FW I IW O OW C
Fill memory (words) Input byte Input word Output byte Output word Compare memory
G
N H
Go (execute)
Single step Help command
THANK YOU