Uses of Class
mars.assembler.Symbol
Packages that use Symbol
-
Uses of Symbol in mars.assembler
Methods in mars.assembler that return SymbolModifier and TypeMethodDescriptionProduce Symbol object from symbol table that corresponds to given String.SymbolTable.getSymbolGivenAddress(String s)
Produce Symbol object from symbol table that has the given address.SymbolTable.getSymbolGivenAddressLocalOrGlobal(String s)
Produce Symbol object from either local or global symbol table that has the given address.Methods in mars.assembler that return types with arguments of type SymbolModifier and TypeMethodDescriptionSymbolTable.getAllSymbols()
For obtaining all the Symbols.SymbolTable.getDataSymbols()
For obtaining the Data Symbols.SymbolTable.getTextSymbols()
For obtaining the Text Symbols.