Skip to content

Break down Disassembler and Compiler options #167

@x87

Description

@x87

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 default
  • Conditions Check - make disassembler only (always enabled in the compiler + see Strict IF validation), enabled by default
  • Formats->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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions