home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / games / doom / pmdoom / src / m68k / m_fixed.s < prev    next >
Encoding:
Text File  |  1999-12-17  |  307 b   |  25 lines

  1. #NO_APP
  2. gcc2_compiled.:
  3. ___gnu_compiled_c:
  4. .text
  5.     .even
  6. .globl _FixedMul
  7. _FixedMul:
  8.     movel sp@(4),d1
  9.     mulsl sp@(8),d0:d1
  10.     swap d1
  11.     swap d0
  12.     movew d1,d0
  13.     rts
  14.     .even
  15. .globl _FixedDiv
  16. _FixedDiv:
  17.     movel sp@(4),d1
  18.     movew d1,d0
  19.     swap d1
  20.     swap d0
  21.     extl d1
  22.     clrw d0
  23.     divsl sp@(8),d1:d0
  24.     rts
  25.