Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- info(String) - Static method in class com.jugubell.bproccli.console.Log
- INFO - Static variable in class com.jugubell.bproccli.console.ConsoleColor
- INSTR - Enum constant in enum class com.jugubell.bproccli.utils.LineType
- INSTR_I - Enum constant in enum class com.jugubell.bproccli.utils.LineType
- INSTR_nI - Enum constant in enum class com.jugubell.bproccli.utils.LineType
- Instruction - Class in com.jugubell.bproccli.utils
-
Class for handling instruction form
- Instruction(String, boolean, Integer) - Constructor for class com.jugubell.bproccli.utils.Instruction
-
Constructor of the
Instructionwith hardware instruction defaulted to true. - Instruction(String, boolean, Integer, boolean) - Constructor for class com.jugubell.bproccli.utils.Instruction
-
Constructor of the
Instructionwith control of instruction type (SW/HW). - instructionSet() - Static method in class com.jugubell.bproccli.console.Log
- INVALID - Enum constant in enum class com.jugubell.bproccli.cli.PathType
- INVALID_IN_PATH - Enum constant in enum class com.jugubell.bproccli.cli.CommandLineAction
- INVALID_OPTION - Enum constant in enum class com.jugubell.bproccli.cli.CommandLineAction
- INVALID_OUT_PATH - Enum constant in enum class com.jugubell.bproccli.cli.CommandLineAction
- is12bitsHexData(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Checks if a string a 12 bits hexadecimal number Accepts prefix: 0x, 0X Accepts suffix: h, H
- is16bitsHexData(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Checks if a string a 16 bits hexadecimal number Accepts prefix: 0x, 0X Accepts suffix: h, H
- isIndirect(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Checks if an address is in indirect mode by checking ig the address is wrapped in [] Only 12bits address allowed It uses
Utils.is12bitsHexData(String) - isLabel(String[]) - Method in class com.jugubell.bproccli.compiler.VerifySyntax
-
Checks if the line is a label
- isStart(String[]) - Method in class com.jugubell.bproccli.compiler.VerifySyntax
-
Checks if the line is the label start:
- isSyntaxCorrect() - Method in class com.jugubell.bproccli.compiler.VerifySyntax
-
Method to verify the syntax correctness.
- isValidHexNumber(String) - Static method in class com.jugubell.bproccli.utils.Utils
-
Method checking a validity of a string as hexadecimal number
All Classes and Interfaces|All Packages|Constant Field Values