Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- GENERATE_CODE - Enum constant in enum class com.jugubell.bproccli.cli.CommandLineAction
- getCode() - Method in class com.jugubell.bproccli.compiler.VerifySyntax
- getCodeLineType() - Method in class com.jugubell.bproccli.compiler.Compile
-
Getting a
Listof code line type of every line - getCodeLineType() - Method in class com.jugubell.bproccli.compiler.VerifySyntax
- getDataAddress(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Returns the address of a given data declaration annotated with .data syntax Uses
Utils.trimAddress(String)to trim the address. - getDataAddressInt(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Returns the address in integer of a given data declaration annotated with .data syntax.
- getDataData(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Returns the data of a given data declaration annotated with .data syntax Uses
Utils.trimAddress(String)to trim the data. - getDataDataRange() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getDataMemoryUsage() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getEnd() - Method in class com.jugubell.bproccli.utils.DataRange
- getFilePath() - Method in class com.jugubell.bproccli.files.ReadAssemblerFile
- getFirstDataMemory() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getHasDataDeclaration() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getHasOperand() - Method in class com.jugubell.bproccli.utils.Instruction
- getHexFileHex(boolean) - Method in class com.jugubell.bproccli.compiler.Compile
-
Compiles into hexadecimal or binary according to isHex then return the file
- getHexFileHexV3() - Method in class com.jugubell.bproccli.compiler.Compile
- getHexFileVerilog() - Method in class com.jugubell.bproccli.compiler.Compile
- getHexFileVhdl() - Method in class com.jugubell.bproccli.compiler.Compile
- getInAction() - Method in class com.jugubell.bproccli.cli.CommandLine
- getInstset() - Method in class com.jugubell.bproccli.utils.Globals
- getLabelFromJmp(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Gets the pointed label by the JMP instruction
- getName() - Method in class com.jugubell.bproccli.utils.Instruction
- getOpCode() - Method in class com.jugubell.bproccli.utils.Instruction
- getOption() - Method in class com.jugubell.bproccli.cli.CommandLine
- getOutAction() - Method in class com.jugubell.bproccli.cli.CommandLine
- getOutputFile() - Method in class com.jugubell.bproccli.cli.CommandLine
- getProgramDataRange() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getProgramMemoryUsage() - Method in class com.jugubell.bproccli.compiler.ProgramMetadata
- getProgramMetadata() - Method in class com.jugubell.bproccli.compiler.VerifySyntax
-
Getting the calculated program metadata.
- getSourceFile() - Method in class com.jugubell.bproccli.cli.CommandLine
- getStart() - Method in class com.jugubell.bproccli.utils.DataRange
- getTrimmedData() - Method in class com.jugubell.bproccli.files.ReadAssemblerFile
- Globals - Class in com.jugubell.bproccli.utils
-
Globals stores the instruction set in a constant
Globals.INSTSET. - Globals() - Constructor for class com.jugubell.bproccli.utils.Globals
All Classes and Interfaces|All Packages|Constant Field Values