home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Trees
/
V6
/
usr
/
source
/
fort
/
rt1
/
abs.s
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-07-17
|
195 b
|
25 lines
/
/
/ abs & dabs fortran functions
.globl abs.
.globl dabs.
.globl retrn
.globl temp
dabs.: temp
.+2
setd
br 1f
abs.: temp
.+2
setf
1:
movf *2(r3),r0
absf r0
movf r0,temp
jmp retrn