home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
gadtoolsbox
/
oberon
/
getfile
/
bases.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-02-27
|
344 b
|
16 lines
XDEF _IntuitionBase
XDEF _GfxBase
XDEF _UtilityBase
XDEF _GadToolsBase
SECTION "bases",DATA
even
_IntuitionBase: dc.l 0
_GfxBase dc.l 0
_UtilityBase dc.l 0
_GadToolsBase dc.l 0
end