Open x87 opened 3 years ago
by Fireboyd78:
another idea is to customize offset format when CODE_OFFSETS are enabled
made up syntax:
{%d global% | 0x%x local%}
:INITIAL {194138 | 0x0} script_name 'INITIAL'
by Miran
\{char}
) in string literals."\h" should error with this option enabled
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
orWrite 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 defaultCompiler
Strict IF validation
- throw error on empty conditions, disabled by defaultOptimization
- see #44 , disabled by default