home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJLSR106.ZIP
/
LIBSRC
/
C
/
SYS
/
HTON.S
< prev
next >
Wrap
Text File
|
1992-03-02
|
221b
|
19 lines
.globl _ntohl
_ntohl:
.globl _htonl
_htonl:
movl 4(%esp),%eax
xchgb %ah,%al
ror $16,%eax
xchgb %ah,%al
ret
.globl _ntohs
_ntohs:
.globl _htons
_htons:
movswl 4(%esp),%eax
xchgb %ah,%al
ret