You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 brokeEVALUATE
.I'll now change the following:
TIB
,SPP
)PC_TIB
,PC_SPP
)EVALUATE
The text was updated successfully, but these errors were encountered: