home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
utilities
/
emulation
/
amoric
/
src
/
memwrite_000.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
|
171 b
|
15 lines
MACHINE 68000
JMPTABLE1:MACRO
lsl.w #2,D5
move.l (A6,D5.W),A6
lsr.w #2,D5
ENDM
JMPTABLE2:MACRO
lsl.w #2,D0
move.l (A6,D0.W),A6
ENDM
include "memwrite_xxx.asm"