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
puregorill edited this page Jan 25, 2023
·
45 revisions
Welcome to the JSC64 wiki!
Project progress
(2023-01-25)
The mathematical parser already works correctly for "dbytes" and the operators "+" and "-".
It does some minor optimizations on the code. The pattern "sta _T0_: lda _T0_" is deleted. _T0_ is a temporary variable for expression calculation. The result remains in the accumulator anyway and therefore does not have to be saved first and then reloaded.