home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / P_FOTRAN.LZH / 68881 / HDNIT.ASM < prev    next >
Assembly Source File  |  1987-12-31  |  406b  |  24 lines

  1.         TITLE   hdnit
  2.  
  3.         MODULE  hdnit
  4.  
  5.         XDEF    .hdnit
  6.  
  7. ;
  8. ;       Copyright (C) 1988 Prospero Software
  9. ;
  10.         include fpumac.lib
  11.               
  12.         SECTION .hdnit
  13.  
  14. *       Routine to reset the MC68881, called by set/get/put
  15.  
  16. .hdnit:
  17.         move.w    #0,control
  18. ini_1:  cmp.w     #$8900,response
  19.         beq.s     ini_1
  20.         rts
  21.         
  22.         END
  23.         
  24.