Uses of Class
mars.assembler.Symbol
Packages that use Symbol
-
Uses of Symbol in mars.assembler
Methods in mars.assembler that return SymbolModifier and TypeMethodDescriptionSymbolTable.defineSymbol
(String identifier, int address, boolean isData) Adds a Symbol object into the array of Symbols.SymbolTable.defineSymbol
(Symbol symbol) Adds a Symbol object into the array of Symbols.Symbol[]
SymbolTable.getAllSymbols()
Get all symbols in the table.Symbol[]
SymbolTable.getDataSymbols()
Get all symbols in the table which represent data.Produce Symbol object from symbol table that corresponds to given String.Symbol[]
SymbolTable.getTextSymbols()
Get all symbols in the table which represent text.Methods in mars.assembler with parameters of type SymbolModifier and TypeMethodDescriptionSymbolTable.defineSymbol
(Symbol symbol) Adds a Symbol object into the array of Symbols.