File: segment.l

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