-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
Current set of options is limited and some of the options are overloaded and have different meaning during disassembling and compilation. For example, Condition Check or Write Opcodes.
Need to create options for disassembler and compiler that could be toggled on and off individually.
Allow override via CLI.
Add more options for more granular control over de/compilation process.
Change Options
Write opcodes- make disassembler only, remove checks from the compiler, disabled by defaultConditions Check- make disassembler only (always enabled in the compiler + see Strict IF validation), enabled by defaultFormats->Case Converting- separate options for disassembler (UPPER) and compiler (As is)
New Options
Disassembler
Inline GXT content- add GXT content in comments to instructions using GXT keys, enabled by default
Compiler
Strict IF validation- throw error on empty conditions, disabled by defaultOptimization- see Introduce optimization options #44 , disabled by default
Reactions are currently unavailable