bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / prefix.s
index a998b415b1ffb5db41f4fb8f393628ab22101659..5cf55cd2c7ed72afa78eafa9a2d823f784bfa931 100644 (file)
@@ -1,11 +1,6 @@
-.text
-foo:
- addr16 fstcw %es:(%si)
- fstsw
- fstsw %ax
- fstsw %eax
- addr16 fstsw %ax
- addr16 rep cmpsw %es:(%di),%ss:(%si)
+.text ; foo: addr16 fstcw %es:(%si)
+ fstsw;fstsw %ax;fstsw %eax
+ addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
 
 # Get a good alignment.
- nop
+ .p2align      4,0
This page took 0.023914 seconds and 4 git commands to generate.