home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / emulation / amoric / src / memwrite_020.asm < prev    next >
Encoding:
Assembly Source File  |  1995-10-29  |  136 b   |  12 lines

  1.     MACHINE    68020
  2.  
  3. JMPTABLE1:MACRO
  4.     move.l    (A6,D5.W*4),A6
  5.     ENDM
  6.  
  7. JMPTABLE2:MACRO
  8.     move.l    (A6,D0.W*4),A6
  9.     ENDM
  10.  
  11.     include    "memwrite_xxx.asm"
  12.