Talk:Assembly
From OSDev Wiki
0x123
In the AT&T Syntax section the 123 which has been used in the rest of the document has been changed to 0x123. I believe that this is misleading. The values in this section should match those in the others. -Jhawthorn 00:05, 8 February 2007 (CST)
I quickly ran a test, using plain numbers work both as immediates and memory operands in GAS, and this creates the same output as in the NASM counterpart. Hence 0x123 is not just misleading, its incorrect. Fixing it - Combuster 06:12, 8 February 2007 (CST)
