mirror of
https://github.com/ApfelTeeSaft/NESDecompiler.git
synced 2026-08-27 03:43:30 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aec398919 |
@@ -23,6 +23,12 @@ public class DecompiledFunction
|
||||
/// </summary>
|
||||
public IReadOnlyDictionary<ushort, string> JumpTargets { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates that this function is expected to mutate instruction bytes at runtime and should
|
||||
/// avoid JIT compilation.
|
||||
/// </summary>
|
||||
public bool IsSelfModifying { get; set; }
|
||||
|
||||
public DecompiledFunction(
|
||||
ushort address,
|
||||
IReadOnlyList<DisassembledInstruction> instructions,
|
||||
|
||||
Reference in New Issue
Block a user