home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk001 / dp.dat < prev    next >
Text File  |  1991-11-29  |  424b  |  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.