Added zilog/intel style hex numbers
git-svn-id: svn://svn.cc65.org/cc65/trunk@3242 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -402,10 +402,10 @@ name="http://www.6502.org/source/interpreters/sweet16.htm">.
|
||||
|
||||
<sect1>Number format<p>
|
||||
|
||||
For literal values, the assembler accepts the widely used number formats:
|
||||
A preceeding '$' denotes a hex value, a preceeding '%' denotes a
|
||||
binary value, and a bare number is interpeted as a decimal. There are
|
||||
currently no octal values and no floats.
|
||||
For literal values, the assembler accepts the widely used number formats: A
|
||||
preceeding '$' or a trailing 'h' denotes a hex value, a preceeding '%'
|
||||
denotes a binary value, and a bare number is interpeted as a decimal. There
|
||||
are currently no octal values and no floats.
|
||||
|
||||
|
||||
<sect1>Conditional assembly<p>
|
||||
|
||||
Reference in New Issue
Block a user