home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / PILAASSM / PILDIS.ZIP / PILDIS.TXT < prev   
Encoding:
Text File  |  1996-09-10  |  1.2 KB  |  36 lines

  1. PilDis 1.0 Alpha 1
  2. A Pilot Disassembler
  3.  
  4. Pildis will disassemble Pilot code.  You will also need PRC2BIN or
  5. PRC2BMP.  First decompose the PRC by typing
  6.  
  7. PRC2BIN file.PRC        (substitute your filename for file.PRC)
  8.  
  9. Then run PilDis on the resulting CODE0001.BIN:
  10.  
  11.     PILDIS CODE0001.BIN
  12.  
  13. PILDIS will build a CODE0001.BIN.S file which contains file.PRC's
  14. assembly code.
  15.  
  16. PilDis is based off of code by Christopher G. Phillips.  (Thanks Chris!
  17. If you had left an email address in the source, I'd have liked to thank
  18. you personally.)  I've left most of Mr. Phillips original command line
  19. parameters in the program, even though most (all?) are irrelevant to the
  20. Pilot.  I have (by excellent suggestion from Darrin Massena) added the
  21. following command line parameters:
  22.  
  23. -MD    display immediate values as Decimal
  24. -MH    display immediate values as Hex
  25. -MB    display both.  This is handy for snooping, but the result will not
  26. recompile.
  27.         Both is the default.
  28.  
  29. Future enhancements may include (in order of priority/odds of actually
  30. happening)
  31. Read straight from .PRC file.
  32. Display original function names when debug info is available.
  33. Display comments when debug info is available.
  34.  
  35. Comments/suggestions to Bill Hunt (bill@vpnet.com)
  36.