hasmer
Properties | List of all members
Hasmer.Assembler.DisassemblerOptions Struct Reference

Represents the options to be used when disassembling. More...

Properties

bool IsExact [get, set]
 If true, preserve the original instructions and do not abstract out variant instructions. Additionally, instructions which refer to identifier hashes will have the hash operand omitted.
If false, instructions will be converted to their variants.
The default value for this is false. See HbcAbstractInstructionDefinition for more information about variant instructions and abstraction. More...
 
bool IsVerbose [get, set]
 If true, comments will be added to every instruction and function header describing verbose information about the data as it was originally described in the bytecode file. More...
 

Detailed Description

Represents the options to be used when disassembling.

Property Documentation

◆ IsExact

bool Hasmer.Assembler.DisassemblerOptions.IsExact
getset

If true, preserve the original instructions and do not abstract out variant instructions. Additionally, instructions which refer to identifier hashes will have the hash operand omitted.
If false, instructions will be converted to their variants.
The default value for this is false. See HbcAbstractInstructionDefinition for more information about variant instructions and abstraction.

◆ IsVerbose

bool Hasmer.Assembler.DisassemblerOptions.IsVerbose
getset

If true, comments will be added to every instruction and function header describing verbose information about the data as it was originally described in the bytecode file.


The documentation for this struct was generated from the following file: