Fixed some label issues
Added PROC queueing (to prevent symbol
This commit is contained in:
@ -85,6 +85,7 @@ private:
|
||||
private:
|
||||
std::vector<Asm *> CodeList;
|
||||
std::map<std::string,int> OpCodes;
|
||||
std::stack<std::string> LabelStack;
|
||||
char *Output;
|
||||
ErrorMngr *CError;
|
||||
SymbolList *CSymbols;
|
||||
|
Reference in New Issue
Block a user