home *** CD-ROM | disk | FTP | other *** search
- Explanation of the P command in DEBUG.
-
- This command will execute a loop,
- repeated string instruction, a software
- interrupt, or a subroutine. It can also
- trace through any other specified operation.
-
- First you type the command and then you
- enter the address, where P is supposed to
- start executing lines, after that you just
- enter the number of lines it has to do before
- returning control back to DEBUG.