home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
languages
/
netlib
/
NetLibSrc
/
s
/
ntohs
< prev
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
|
1995-06-07
|
162 b
|
14 lines
GET hdr.Regs
AREA |C$$code|,CODE,READONLY
EXPORT ntohs
ntohs
MOV r2,#255
AND r1,r2,r0,LSR #8
AND r0,r0,r2
ORR r0,r1,r0,LSL #8
MOVS pc,lr
END