URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [gas/] [testsuite/] [gas/] [i386/] [x86-64-segment.s] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
.psize 0 .text # test segment reg insns with memory operand movw %ds,(%rax) mov %ds,(%rax) movw (%rax),%ds mov (%rax),%ds # test segment reg insns with REX movq %ds,%rax movq %rax,%ds # Force a good alignment. .p2align 4,0
Go to most recent revision | Compare with Previous | Blame | View Log