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

feat: Support START and MHELP instructions #171

Merged

Conversation

slavek-kucera
Copy link
Contributor

No description provided.

std::string input(R"(
D DSECT
E EQU 0
S CSECT
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
S CSECT
S START

Otherwise, I don't see how this tests the START instruction

return;

auto initial_offset = try_get_abs_value(ops.front().get());
if (!initial_offset.has_value())
Copy link
Contributor

Choose a reason for hiding this comment

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

Emit a diagnostic here that says "operand has to be absolute expression with all symbols previously defined"? It is a special requirement that will probably never be checked in the checker.

@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

92.4% 92.4% Coverage
0.0% 0.0% Duplication

@slavek-kucera slavek-kucera merged commit f9f2fb2 into eclipse-che4z:development Aug 30, 2021
@slavek-kucera slavek-kucera deleted the missing_instructions branch August 30, 2021 14:34
@github-actions
Copy link

github-actions bot commented Nov 3, 2021

🎉 This PR is included in version 0.15.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Nov 8, 2021

🎉 This PR is included in version 0.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants