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

Failing disassembly tests #9

Open
spacehamster opened this issue Feb 23, 2021 · 0 comments
Open

Failing disassembly tests #9

spacehamster opened this issue Feb 23, 2021 · 0 comments

Comments

@spacehamster
Copy link
Owner

spacehamster commented Feb 23, 2021

There are a few classes of issues with disassembly tests. As the assembly tests are mainly a sanity check to ensure that the bytecode format is well properly understood, these issues are low priority.

  • Formatting issues that do not effect semantics (differences in white spacing)
  • Sometimes more operands are parsed then expected (cause unknown, perhaps padding interpreted as data).
  • Printing literals with the wrong formatting
  • Minimum precision annotations
  • Float printing, FXC uses the standard printf float formatting that is difficult to replicate in C#. Assembly is normalized instead.
  • Debug information is not support.
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

No branches or pull requests

1 participant