home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / c / vbcc / machines / amiga68k / libsrc / amigalib / defs.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  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.