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

Wrong TIB constant #420

Closed
TG9541 opened this issue Apr 7, 2021 · 0 comments
Closed

Wrong TIB constant #420

TG9541 opened this issue Apr 7, 2021 · 0 comments
Assignees
Labels

Comments

@TG9541
Copy link
Owner

TG9541 commented Apr 7, 2021

Release 2.2.24 published more constants for memory locations in the core with annotations for tools/genconst.awk. At the type two types of constants were introduced: the value of the constant and (where appropriate) a memory location for the constant (e.g. LDW X,#TIBB). TIB was turned from an old-style word into such a constant - unfortunately one of the second type - and that broke EVALUATE.

I'll now change the following:

  • numerical constants will get the default (TIB, SPP)
  • memory locations will be considered patch-points (PC_TIB, PC_SPP)
  • introduce more automated tests for extension words like EVALUATE
@TG9541 TG9541 self-assigned this Apr 7, 2021
@TG9541 TG9541 added the bug label Apr 7, 2021
TG9541 added a commit that referenced this issue Apr 7, 2021
TG9541 added a commit that referenced this issue Apr 7, 2021
@TG9541 TG9541 closed this as completed Apr 7, 2021
@TG9541 TG9541 mentioned this issue Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant