Initial revision
This commit is contained in:
17
mach/sun3/libce/fef4.s
Normal file
17
mach/sun3/libce/fef4.s
Normal file
@@ -0,0 +1,17 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
.define fef4
|
||||
fef4:
|
||||
move.l (4,sp),d0
|
||||
jsr (Fstod) ! convert to double
|
||||
lea (4,sp),a0 ! build stack for frexp
|
||||
move.l a0,-(sp)
|
||||
move.l d1,-(sp)
|
||||
move.l d0,-(sp)
|
||||
jsr (_frexp)
|
||||
lea (12,sp),sp
|
||||
jsr (Fdtos) ! convert result to single
|
||||
move.l (sp),a0
|
||||
move.l d0,(sp)
|
||||
jmp (a0)
|
||||
|
||||
Reference in New Issue
Block a user