sig.s 182 B

1234567891011
  1. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  2. .define .sig
  3. ! $Id$
  4. .sig:
  5. movl (sp)+,r1
  6. movl (sp)+,r0
  7. pushl .trppc
  8. movl r0,.trppc
  9. jmp (r1)