home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vectronix 2
/
VECTRONIX2.iso
/
FILES_01
/
P_FOTRAN.LZH
/
68881
/
HDNIT.ASM
< prev
next >
Wrap
Assembly Source File
|
1987-12-31
|
406b
|
24 lines
TITLE hdnit
MODULE hdnit
XDEF .hdnit
;
; Copyright (C) 1988 Prospero Software
;
include fpumac.lib
SECTION .hdnit
* Routine to reset the MC68881, called by set/get/put
.hdnit:
move.w #0,control
ini_1: cmp.w #$8900,response
beq.s ini_1
rts
END