home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / emulaton / utilities / magicasm / pce_code / inc / equ next >
Encoding:
Text File  |  1998-04-14  |  312 b   |  21 lines

  1.  
  2. _di    = $20F0    ; destination address
  3. _si    = $20F2    ; source address
  4.  
  5. _vreg    = $20F6    ; the current selected VDC register
  6. _creg    = $20F7    ; a copy of the VDC control register
  7.  
  8. _ax    = $20F8
  9. _al    = $20F8
  10. _ah    = $20F9
  11. _bx    = $20FA
  12. _bl    = $20FA
  13. _bh    = $20FB
  14. _cx    = $20FC
  15. _cl    = $20FC
  16. _ch    = $20FD
  17. _dx    = $20FE
  18. _dl    = $20FE
  19. _dh    = $20FF
  20.  
  21.