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
The documentation indicates that when calling the CALL operand, only two bytes are added to the stack instead of three
PCH, and the PCL byte of the PCE is ignored.
The text was updated successfully, but these errors were encountered:
this CALL writes 0xF258 (2 bytes) to RAM at SP-1, then decreases SP by 2 and then tries to call dynamic pointer (it's not working, but it's another issue)
The documentation indicates that when calling the CALL operand, only two bytes are added to the stack instead of three
PCH, and the PCL byte of the PCE is ignored.
The text was updated successfully, but these errors were encountered: