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

  1. /* Trampoline for i386 CPU */
  2.  
  3. /*
  4.  * Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
  5.  *
  6.  * This is free software distributed under the GNU General Public Licence
  7.  * described in the file COPYING. Contact the author if you don't have this
  8.  * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
  9.  * on this software.
  10.  */
  11.  
  12. /* Available registers: %eax, %edx, %ecx. */
  13.  
  14. .globl _tramp
  15. _tramp:
  16.     movl $0x73554711,0x12345678
  17.     jmp 0xbabebec0
  18.