DisassemblerOptions Class
Definition
public sealed class DisassemblerOptions
Constructors
| Name | Description |
|---|---|
DisassemblerOptions() |
Properties
| Name | Description |
|---|---|
DataRegions |
Ranges known to contain data rather than code. Disassembly never traces into them and their contents are output as DEFB rows. |
ExcludeBefore |
Optionally exclude any routines that occur before this address. Useful to exclude ROM routines. |
FollowJumps |
Should jumps be followed when disassembling? |
KnownLabels |
A set of known labels to use for specified addresses. |