From: H. Peter Anvin Date: Fri, 7 May 2010 20:14:45 +0000 (-0700) Subject: nasmdoc: add missing comma X-Git-Tag: nasm-2.11.05~627 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8d8a13cde4de4275703dba0116567820ebaf2b1;p=platform%2Fupstream%2Fnasm.git nasmdoc: add missing comma Signed-off-by: H. Peter Anvin --- diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index f731e73..b77fa67 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1465,7 +1465,7 @@ character, string and floating-point. A numeric constant is simply a number. NASM allows you to specify numbers in a variety of number bases, in a variety of ways: you can suffix \c{H} or \c{X}, \c{D} or \c{T}, \c{Q} or \c{O}, and \c{B} or -\c{Y} for \i{hexadecimal}, \i{decimal} \i{octal} and \i{binary} +\c{Y} for \i{hexadecimal}, \i{decimal}, \i{octal} and \i{binary} respectively, or you can prefix \c{0x}, for hexadecimal in the style of C, or you can prefix \c{$} for hexadecimal in the style of Borland Pascal or Motorola Assemblers. Note, though, that the \I{$,