home *** CD-ROM | disk | FTP | other *** search
- _AbsExecBase equ 4
- _cartridge equ $f00000
- _bootrom equ $f80000
- _romstart equ $fc0000
- _romend equ $ffffff
-
- xdef _AbsExecBase
- xdef _cartridge
- xdef _bootrom
- xdef _romstart
- xdef _romend
-
- xdef _LVORawPutChar
- xdef _LVORawMayGetChar
- _LVORawPutChar equ -516
- _LVORawMayGetChar equ -510
-
-