home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / reass_us / reass_85 / 8080info.doc next >
Text File  |  1994-04-18  |  2KB  |  75 lines

  1.                     ************************************
  2.                     * 8-bit CPU Reassembler package    *
  3.                     * incl. PurePASCAL GEM source code *
  4.                     ************************************
  5.  
  6. Program author :
  7.  
  8. Jens Schulz
  9. Rosenstrasse 5
  10. D-25368 Kiebitzreihe
  11. Germany
  12.  
  13. ****************************************************************************
  14.  
  15.            Reassembler package for these 8-bit CPU processors :
  16.            ----------------------------------------------------
  17.  
  18.        - INTEL 8051/52/252/535 microcontroller
  19.        - INTEL 8048 microcontroller series
  20.        - Zilog Z-80 CPU
  21.        - Mostek/Rockwell 6502-CPU
  22.        - Motorola 68HC11 microcontroller
  23.        - INTEL 8080/85-CPU
  24.  
  25. *****************************************************************************
  26.  
  27. System: ATARI ST/TT/FALCON
  28.         GEM / MultiTOS
  29.         screen resolution independent > 640*400 dots
  30.         requires 1 MB RAM
  31.  
  32. ****************************************************************************
  33.  
  34.                    These programs are Freeware
  35.  
  36. You can copy and swap these programs freely without any charge. Sale or
  37. use in any other software for profit is strict forbidden. It's free for
  38. BBS downloading and PD collections.
  39.  
  40. ***************************************************************************
  41.  
  42.                    Special info for INTEL 8080/85-CPU
  43.                    ----------------------------------
  44.  
  45.                            Processor selection
  46.                            -------------------
  47.  
  48. You can select the 8080 or 8085 processor for decoding. The 8085 uses
  49. two new commands SIM and RIM.
  50.  
  51. *****************************************************************************
  52.  
  53.                       Special keyborad shortcuts
  54.                       --------------------------
  55.  
  56.      Menu Output
  57.      -----------
  58.  
  59.      Mode 8080    Key F2
  60.      Mode 8085    Key F3  (default)
  61.  
  62. *****************************************************************************
  63.  
  64.                           Source code 8080/85
  65.                           -------------------
  66.  
  67. For the complete 8080/85 reassembler, you can use the Pure PASCAL 1.1
  68. source code in the folder SOURCE85.PAS. More informations are in the
  69. main document REASSEMB.DOC in the folder DOCUMENT.
  70.  
  71. *****************************************************************************
  72.  
  73. Jens Schulz
  74. 18th april 1994
  75.