void SymConstCharacterString::Generate(AsmCode& asmCode, unsigned stmtDepth) const { asmCode.AddCmd(PUSH, AsmVarAddr(asmCode.AddData(asmCode.GenStrLabel("str"), value))); }
void SymVarGlobal::GenerateDeclaration(AsmCode& asmCode) { varLabel = asmCode.AddData(name, type->GetSize()); }
void SymConstFloat::GenerateDeclaration(AsmCode& asmCode) { constLabel = asmCode.AddData(name, value); }