Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / white.s
CommitLineData
252b5132
RH
1# test handling of whitespace, and upper-case
2.TeXt
3 ss
4 mov % al , ( % ebx )
5 mOvl $ 123 , 4567
6 ADDr16 mov 123 ( % bx , % si , 1 ) , % bh
7 jmp * % eax
8foo: jmpw % es : * ( % ebx )
9
10 mov ( 0x8 * 0Xa ) , % al
11 mov $ ( 8 * 4 ) , % al
12 mov $ foo , % bH
13 movb $ foo , % BH
14
15.CODE16
16 Mov $ foo , %eAx
17.Code32
18 mov $ foo , %ax
5f47d35b
AM
19
20 fxch %st ( 1 )
21 fxch % st(1)
This page took 0.999416 seconds and 4 git commands to generate.