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
It turns it out this is a symbol resolution issue. When you are inside MB and then call MA, then MB.MA will become a scope (so you could, in theory, refer to any labels that were created in MB.MA).
However, when looking up the macro definition (which is MA, on the root scope), it will actually try to pick up MB.MA as the macro definition instead, since that's locally in scope in MB. Anyway. Doesn't work, because a scope definition isn't a macro definition.
.. expect ..
.. result ..
ldy #64
The text was updated successfully, but these errors were encountered: