mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +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
e2457c76d1
commit
9bcdd21efd
@ -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…
x
Reference in New Issue
Block a user