File: x86-64-segment.l

package info (click to toggle)
binutils 2.17-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 113,888 kB
  • ctags: 124,514
  • sloc: ansic: 839,382; asm: 272,634; exp: 47,779; makefile: 44,950; sh: 17,107; yacc: 9,818; lisp: 8,739; lex: 2,082; perl: 1,401; cpp: 1,336; sed: 306; pascal: 175; awk: 26
file content (12 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
   1              	.psize 0
   2              	.text
   3              	# test segment reg insns with memory operand
   4 0000 8C18     		movw	%ds,\(%rax\)
   5 0002 8C18     		mov	%ds,\(%rax\)
   6 0004 8E18     		movw	\(%rax\),%ds
   7 0006 8E18     		mov	\(%rax\),%ds
   8              	# test segment reg insns with REX
   9 0008 488CD8   		movq	%ds,%rax
  10 000b 488ED8   		movq	%rax,%ds
  11              		# Force a good alignment.
  12 000e 0000     		.p2align	4,0