A B C D G H I J L M N O P R S T W X

G

getAddr() - Method in class Asm
Returns the assembly unit's address.
getAsciizString() - Method in class Datum
Get the asciiz string (only applicable for ascii datum).
getFromMap(String) - Static method in class Label
Get the address of some label that was previously added to the map Returns -1 if label was not added to the map
getLabel() - Method in class Label
Gets the label
getLIMMFlag() - Method in class Inst
Gets flag indicating whether LIMM is an int or label -- ultimately LIMM needs to be converted to an int.
getLIMMImm() - Method in class Inst
Gets LIMM as an immediate (int) for the instruction (note: LIMM is only applicable for certain instructions) See the ISA description for a list of operations and their respective operands.
getLIMMLabel() - Method in class Inst
Gets LIMM as a label (string) for the instruction (note: LIMM is only applicable for certain instructions) See the ISA description for a list of operations and their respective operands.
getLineNumber() - Method in class Asm
Returns the assembly unit's line number.
getOp(int) - Static method in class Inst
Gets string representation of the operation (e.g., "add") from opcode See the ISA description for a list of operations and their respective opcodes.
getOpcode() - Method in class Inst
Returns the instruction's opcode.
getOpcode(String) - Static method in class Inst
Gets opcode from a string representation of the operation (e.g., "add") See the ISA description for a list of operations and their respective opcodes.
getRA() - Method in class Inst
Gets RA identifier for the instruction (note: RA is only applicable for certain instructions) See the ISA description for a list of operations and their respective operands.
getRB() - Method in class Inst
Gets RB identifier for the instruction (note: RB is only applicable for certain instructions) See the ISA description for a list of operations and their respective operands.
getRC() - Method in class Inst
Gets RC identifier for the instruction (note: RC is only applicable for certain instructions) See the ISA description for a list of operations and their respective operands.
getReg(String) - Static method in class ISA
Converts a string representation of a register into an integer representation.
getRegName(int) - Static method in class ISA
Converts a register number into the register name.
getSIMM() - Method in class Inst
Gets SIMM immediate (int).
getSpaceSize() - Method in class Datum
Gets space size as an integer for the datum (note: space size is only applicable for space directives) See the ISA description for a list of operations and their respective operands.
getWordFlag() - Method in class Datum
Gets flag indicating whether word value is an immediate or label -- ultimately it needs to be converted to an int.
getWordLabel() - Method in class Datum
Gets word label (string) for the datum (note: word label is only applicable for word directives) See the ISA description for a list of operations and their respective operands.
getWordValue() - Method in class Datum
Gets word value as an integer for the datum (note: word value is only applicable for word directives) See the ISA description for a list of operations and their respective operands.

A B C D G H I J L M N O P R S T W X