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:
cuz
2004-10-11 19:01:51 +00:00
parent 843c183698
commit d204e4a1ad
2 changed files with 63 additions and 24 deletions

View File

@@ -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 '&dollar;' 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 '&dollar;' 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>