home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
OTL-MC6.DMS
/
in.adf
/
libsrc.lha
/
LIBSRC
/
getbasereg.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Assembly Source File
|
1994-04-08
|
164 b
|
14 lines
* Maxon C++ Library:
* Modul "GetBaseReg"
* Jens Gelhar 09.06.92, 08.04.94
xdef _GetBaseReg
xref __SmallData
_GetBaseReg:
lea __SmallData+$8000,a4
rts
end