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:
Assembly Source File  |  1994-04-08  |  164 b   |  14 lines

  1.  
  2. * Maxon C++ Library:
  3. * Modul "GetBaseReg"
  4. * Jens Gelhar 09.06.92, 08.04.94
  5.  
  6.     xdef    _GetBaseReg
  7.     xref    __SmallData
  8.  
  9. _GetBaseReg:
  10.     lea __SmallData+$8000,a4
  11.     rts
  12.  
  13.     end
  14.