sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
43 stars 0 forks source link

DRAFT: Break down Disassembler and Compiler options #167

Open x87 opened 2 years ago

x87 commented 2 years ago

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

New Options

Disassembler

Compiler

x87 commented 7 months ago

by Fireboyd78:

x87 commented 7 months ago

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'

x87 commented 7 months ago

by Miran

"\h" should error with this option enabled