Link Copied
[bash]~/LANG> cat > t.sAnother alternative is to read one of the freely available instruction set manuals for your processor.
.text
movl $320,120(%ax)
~/LANG> as -32 t.s
t.s: Assembler messages:
t.s:2: Error: `120(%ax)' is not a valid base/index expression
~/LANG>
[/bash]
For more complete information about compiler optimizations, see our Optimization Notice.