OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [inval-movbe.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
# Check illegal movbe
2
        .text
3
foo:
4
        movbe   (%ecx),%bl
5
        movbe   %ecx,%ebx
6
        movbe   %bx,%ecx
7
        movbe   %bl,(%ecx)
8
 
9
        .intel_syntax noprefix
10
        movbe bl, byte ptr [ecx]
11
        movbe ebx, ecx
12
        movbe ecx, bx
13
        movbe byte ptr [ecx], bl

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.