File: htons.mar

package info (click to toggle)
libhdf4 4.1r3-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 24,092 kB
  • ctags: 26,163
  • sloc: ansic: 204,415; fortran: 29,237; sh: 7,807; makefile: 7,417; cpp: 2,186; pascal: 1,498; asm: 1,027; yacc: 680; lex: 202; sed: 153
file content (9 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
	.TITLE	htons

	.entry	htons,^m<>
	rotl	#8,4(ap),r0
	movb	5(ap),r0
	movzwl	r0,r0
	ret

	.end