home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amiga68k / libsrc / AmigaLib / defs.s < prev    next >
Encoding:
Text File  |  1998-06-24  |  419 b   |  18 lines

  1. _AbsExecBase    equ     4
  2. _cartridge      equ     $f00000
  3. _bootrom        equ     $f80000
  4. _romstart       equ     $fc0000
  5. _romend         equ     $ffffff
  6.  
  7.         xdef    _AbsExecBase
  8.         xdef    _cartridge
  9.         xdef    _bootrom
  10.         xdef    _romstart
  11.         xdef    _romend
  12.  
  13.         xdef    _LVORawPutChar
  14.         xdef    _LVORawMayGetChar
  15. _LVORawPutChar  equ     -516
  16. _LVORawMayGetChar       equ     -510
  17.  
  18.