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

add REPT support #11

Merged
merged 10 commits into from
Nov 10, 2024
Merged

add REPT support #11

merged 10 commits into from
Nov 10, 2024

Conversation

cornelk
Copy link
Member

@cornelk cornelk commented Apr 14, 2024

Closes #3

@cornelk cornelk marked this pull request as ready for review November 10, 2024 01:18
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 65.97938% with 33 lines in your changes missing coverage. Please review.

Project coverage is 61.11%. Comparing base (53a1a87) to head (56a03c3).

Files with missing lines Patch % Lines
assembler/expression_evaluation_step.go 63.63% 14 Missing and 6 partials ⚠️
parser/ast/rept.go 50.00% 9 Missing ⚠️
parser/directives/rept.go 70.00% 2 Missing and 1 partial ⚠️
assembler/address_assigning_step.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   60.36%   61.11%   +0.74%     
==========================================
  Files          66       68       +2     
  Lines        3361     3451      +90     
==========================================
+ Hits         2029     2109      +80     
- Misses       1129     1132       +3     
- Partials      203      210       +7     

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

@cornelk cornelk merged commit 7c88c27 into main Nov 10, 2024
3 checks passed
@cornelk cornelk deleted the rept_support branch November 10, 2024 01:19
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.

support asm6 REPT / ENDR
2 participants