fn assign_default_value(
index_register_assigner: &mut IndexRegisterAssigner,
name: &SymbolName,
contexts_used: &SymbolContext,
) -> Result<Unsigned36Bit, ExhaustedIndexRegisters>
Expand description
Assign a default value for a symbol, using the rules from section 6-2.2 of the Users Handbook, “SYMEX DEFINITON - TAGS - EQUALITIES - AUTOMATIC ASSIGNMENT”.