URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [gas/] [testsuite/] [gas/] [i386/] [intel16.s] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
.intel_syntax noprefix .code16 .text movsx eax,word ptr [0] movsx eax,byte ptr [0] movsx ax,byte ptr [0] movzx eax,word ptr [0] movzx eax,byte ptr [0] movzx ax,byte ptr [0] lea ax, [si+bx] lea ax, [si+bp] lea ax, [di+bx] lea ax, [di+bp] lea ax, [si][bx] lea ax, [si][bp] lea ax, [di][bx] lea ax, [di][bp] .p2align 4,0
Go to most recent revision | Compare with Previous | Blame | View Log