struct CrlValueIdentifier / crl_value_identifier_t
Concrete Class
Description
A hashed string that is printed without parentheses in Assembly
syntax. This often has the syntax of a C identifier, but not
always. Many assemblers allow $ and . and @ in identifiers,
too. The difference in this library is only the printing.
In CRL, such a string is delimited in single quotes: 'ax'.
Kinship
Immediate super class: ValueSymbol
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_VALUE_IDENTIFIER
[constructor] CrlValueIdentifier (char const *)
automatically invokes string2symbol()
#if CRL_NEED_VALUE_IDENTIFIER
[constructor] CrlValueIdentifier (symbol_t, bool)
does not invoke crl_string2symbol() and is
thus a wee bit faster. The bool value you pass
must be 'true' (to provide for future extensions).
#if CRL_NEED_VALUE_IDENTIFIER
Occurrences of CrlValueIdentifier