Skip to content

Conversation

@ThinkOpenly
Copy link
Collaborator

@ThinkOpenly ThinkOpenly commented Dec 7, 2025

The "assembly" attribute of instruction YAML are simply strings
representing the syntactic list of operands, or an empty string if the
instruction has no operands.

Fix instructions that have extra, unneeded spaces.

@ThinkOpenly ThinkOpenly marked this pull request as draft December 7, 2025 14:13
@ThinkOpenly
Copy link
Collaborator Author

Converted to a draft. More changes coming. Many of the instruction definitions in custom/isa add an unneeded space as well.

@codecov
Copy link

codecov bot commented Dec 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.05%. Comparing base (d4714fc) to head (a42e648).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1274   +/-   ##
=======================================
  Coverage   46.05%   46.05%           
=======================================
  Files          11       11           
  Lines        4942     4942           
  Branches     1345     1345           
=======================================
  Hits         2276     2276           
  Misses       2666     2666           
Flag Coverage Δ
idlc 46.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ThinkOpenly ThinkOpenly changed the title fix(data): c.ebreak assembly has an unneeded space fix(data): many instruction assembly have unneeded space Dec 7, 2025
Instructions with no operands just need an empty string for
the "assembly" field, and all but one are implemented like that.

Fix c.ebreak to be like all of the others.

Signed-off-by: Paul A. Clarke <[email protected]>
The "assembly" attribute of instruction YAML are simply strings
representing the syntactic list of operands, or an empty string if the
instruction has no operands.

Fix instructions that have extra, unneeded spaces.

Signed-off-by: Paul A. Clarke <[email protected]>
@ThinkOpenly ThinkOpenly marked this pull request as ready for review December 8, 2025 21:38
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