home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / reass_us / reass_48 / 8048info.doc < prev    next >
Text File  |  1994-04-18  |  2KB  |  64 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 8048 series
  43.                  ----------------------------------
  44.  
  45.                              Address space
  46.                              -------------
  47.  
  48. The 8048 series has only 4 KB address space.
  49.  
  50.                              SEL MB1 command
  51.                              ---------------
  52.  
  53. This command is used for the selection of the second memory bank $800
  54. to $0FFF.
  55.  
  56. If a call or jump command follow the SEL MB1 command. These commands
  57. are jumped in the second memory bank. The SEL MB1 command is colored
  58. black on color monitors.
  59.  
  60. *****************************************************************************
  61.  
  62. Jens Schulz
  63. 18th april 1994
  64.