home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
utilities
/
emulation
/
amoric
/
src
/
memwrite_020.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1995-10-29
|
136 b
|
12 lines
MACHINE 68020
JMPTABLE1:MACRO
move.l (A6,D5.W*4),A6
ENDM
JMPTABLE2:MACRO
move.l (A6,D0.W*4),A6
ENDM
include "memwrite_xxx.asm"