mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
doc/nasmdoc.src: Fix octal number prefix misprint
Reported-by: Anthony <anthony@cloudnet.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
2c11f97ca8
commit
ccba110e69
@ -1490,7 +1490,7 @@ Some examples (all producing exactly the same code):
|
||||
\c mov ax,310q ; octal
|
||||
\c mov ax,310o ; octal again
|
||||
\c mov ax,0o310 ; octal yet again
|
||||
\c mov ax,0q310 ; hex yet again
|
||||
\c mov ax,0q310 ; octal yet again
|
||||
\c mov ax,11001000b ; binary
|
||||
\c mov ax,1100_1000b ; same binary constant
|
||||
\c mov ax,1100_1000y ; same binary constant once more
|
||||
|
Loading…
Reference in New Issue
Block a user