home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-2.LHA / CLISP960530-ki.lha / ffcall / trampoline / tramp-sparc.s < prev    next >
Encoding:
Text File  |  1996-04-15  |  594 b   |  22 lines

  1. ! Trampoline for sparc CPU
  2.  
  3. ! Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
  4. !
  5. ! This is free software distributed under the GNU General Public Licence
  6. ! described in the file COPYING. Contact the author if you don't have this
  7. ! or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
  8. ! on this software.
  9.  
  10. ! Available registers: %g1, %g2, %g3.
  11.  
  12.     .global _tramp
  13.     .proc    04
  14. _tramp:
  15.     sethi %hi(0x12345678),%g1
  16.     sethi %hi(0x73554711),%g2
  17.     or %g2,%lo(0x73554711),%g2
  18.     st %g2,[%g1+%lo(0x12345678)]
  19.     sethi %hi(0xbabebec0),%g1
  20.     jmp %g1+%lo(0xbabebec0)
  21.     nop
  22.