home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / DP.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  424 b   |  13 lines

  1. Explanation of the P command in DEBUG.
  2.  
  3. This command will execute a loop, 
  4. repeated string instruction, a software 
  5. interrupt, or a subroutine. It can also 
  6. trace through any other specified operation.
  7.  
  8. First you type the command and then you 
  9. enter the address, where P is supposed to 
  10. start executing lines, after that you just 
  11. enter the number of lines it has to do before 
  12. returning control back to DEBUG.
  13.