Package com.jugubell.bproccli.compiler
Class Compile
java.lang.Object
com.jugubell.bproccli.compiler.Compile
Compile utility
It compiles the assembler code into binary/hexadecimal
- Author:
- Jugurtha Bellagh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetting aListof code line type of every linegetHexFileHex(boolean isHex) Compiles into hexadecimal or binary according to isHex then return the file
-
Constructor Details
-
Compile
-
-
Method Details
-
getHexFileHexV3
-
getHexFileVhdl
-
getHexFileVerilog
-
getHexFileHex
Compiles into hexadecimal or binary according to isHex then return the file- Parameters:
isHex- boolean true for getting in hexadecimal format, if false binary format is used- Returns:
- the bin or hex file as
List
-
getCodeLineType
Getting aListof code line type of every line- Returns:
TreeMapof line index, line type.
-