loaddll_throw.s 277 B

123456789101112131415
  1. | Warning: This routine has the attribute __ATTR_LIB_C__!
  2. | It is a simple wrapper for a C function.
  3. .xdef LoadDLLThrow
  4. .text
  5. LoadDLLThrow:
  6. lea.l .L__finished+2,%a0
  7. move.l (%sp)+,(%a0)
  8. jbsr LoadDLL
  9. tst.w %d0
  10. jbeq .L__finished
  11. .word 0xA000+850
  12. .L__finished:
  13. jmp.l 0:l