Skip to content

Improve disassembly ergonomics#7

Merged
mnemonikr merged 2 commits intomainfrom
disassembly-update
Sep 30, 2025
Merged

Improve disassembly ergonomics#7
mnemonikr merged 2 commits intomainfrom
disassembly-update

Conversation

@mnemonikr
Copy link
Copy Markdown
Owner

Internally the native and pcode disassembly went through the same code path. This resulted in a native disassembly which supposedly might disassemble multiple instructions when in fact it would only ever disassemble one. The code has been refactored so that the native disassembly type reflects this reality, no longer requiring callers to pull off the first (and only) instruction.

@mnemonikr mnemonikr merged commit 842a7f6 into main Sep 30, 2025
1 check passed
@mnemonikr mnemonikr deleted the disassembly-update branch September 30, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant