V6/usr/source/fort/rt1/real.s

Compare this file to the similar file:
Show the results in this format:

/
/

/ real & dreal fortran function

.globl	real.
.globl	dreal.

.globl	retrn
.globl	temp

dreal.:	temp
	.+2
	setd
	br	1f

real.:	temp
	.+2
	setf
1:
	movf	*2(r3),r0
	movf	r0,temp
	jmp	retrn