Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCI: tweak to scriptdebug.cpp disassembler logic because the new logging wasn't quite working how I expected. #5329

Closed
wants to merge 2 commits into from

Conversation

deckarep
Copy link
Contributor

@deckarep deckarep commented Sep 11, 2023

Followup patch from a few weeks ago that only affects debug logging when disassembling SCI scripts.

  • These opcodes weren't showing up with their selectors in all scenarios
  • Improves output formatting.

Sample output:

0048:03cc: 0x76,                                // push0			;y
0048:03cd: 0x78,                                // push1			;x

…ing wasn't quite working how I expected.

- These opcodes weren't showing up with their selectors in all scenarios
- Improves output formatting.
@deckarep deckarep closed this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant