ack/mach/pdp/libem/dvf.s

16 lines
224 B
ArmAsm
Raw Normal View History

1987-05-15 09:11:10 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.sect .text
.define dvf~
.extern setfloat~
1994-06-24 14:02:31 +00:00
! $Id$
1984-07-19 12:51:00 +00:00
dvf~:
mov (sp)+,r1
jsr pc,setfloat~
movf (sp)+,r0
movf (sp)+,r1
divf r0,r1
movf r1,-(sp)
setd
1984-07-19 12:51:00 +00:00
jmp (r1)