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

Fixing issues with column sizes #1393

Merged
merged 14 commits into from
Oct 9, 2024

Conversation

OlivierBBB
Copy link
Collaborator

No description provided.

@OlivierBBB OlivierBBB linked an issue Oct 8, 2024 that may be closed by this pull request
@@ -77,6 +77,14 @@ public boolean isHalt() {
return this.instructionFamily == InstructionFamily.HALT;
}

public boolean isCall() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have those method somewhere else (based on the opcode, not the opcode family)

Copy link
Collaborator Author

@OlivierBBB OlivierBBB Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. But it makes more sense to have them defined on the instruction family level.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved these methods to the OpCodeData level.

OlivierBBB and others added 5 commits October 9, 2024 11:22
- removed pushFlag from opcodes.yml
- removed jumpFlag from opcodes.yml (which BTW was a misnomer)
- make the isXxx() methods of OpCode.java return the same method from
OpCodeData.java
@OlivierBBB OlivierBBB merged commit 10837e9 into arith-dev Oct 9, 2024
5 checks passed
@OlivierBBB OlivierBBB deleted the 1392-fixing-issues-with-column-sizes branch October 9, 2024 12:41
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.

Fixing issues with column sizes
2 participants