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

[BUG]: Disassembler still displays li pseudo-instruction #10702

Open
Berylskid opened this issue Jan 23, 2024 · 0 comments · May be fixed by #11105
Open

[BUG]: Disassembler still displays li pseudo-instruction #10702

Berylskid opened this issue Jan 23, 2024 · 0 comments · May be fixed by #11105

Comments

@Berylskid
Copy link
Contributor

Berylskid commented Jan 23, 2024

Describe the Bug

lui + ori and lui + addiu are still shown as li pseudo-instruction despite merging #10171.

Reproduction Steps

Write/find lui+ori and lui+addiu in emulated memory and see them via disassembly view of PCSX2 debugger.

Expected Behavior

They should be displayed as-is instead of as li because pseudo-instructions are supposed to be disabled at this time.

PCSX2 Revision

v1.7.5499

Operating System

Windows 11

If Linux - Specify Distro

No response

Logs & Dumps

Not logs, but here's a screenshot.
image-2

@Berylskid Berylskid added the Bug label Jan 23, 2024
@F0bes F0bes linked a pull request Apr 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants