Inline assembly can now reference C labels with the %g format specifier
git-svn-id: svn://svn.cc65.org/cc65/trunk@3128 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -957,6 +957,7 @@ the format specifier before passing the assembly code line to the backend.
|
||||
<item><tt/%l/ - Numerical 32 bit value
|
||||
<item><tt/%v/ - Assembler name of a (global) variable or function
|
||||
<item><tt/%o/ - Stack offset of a (local) variable
|
||||
<item><tt/%g/ - Assembler name of a C label
|
||||
<item><tt/%s/ - The argument is converted to a string
|
||||
<item><tt/%%/ - The % sign itself
|
||||
</itemize><p>
|
||||
|
||||
Reference in New Issue
Block a user