URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [gas/] [testsuite/] [gas/] [i386/] [crx.s] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
.text _start: movl %cr8, %eax movl %cr8, %edi movl %eax, %cr8 movl %edi, %cr8 .att_syntax noprefix movl cr8, eax movl cr8, edi movl eax, cr8 movl edi, cr8 .intel_syntax noprefix mov eax, cr8 mov edi, cr8 mov cr8, eax mov cr8, edi
Go to most recent revision | Compare with Previous | Blame | View Log