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
In fact, i think those were allowed back in 1.3.0. Need to check, but looks like they were ruined with ifdef refactor.
I will try to reproduce in older avra soon
@Nevada317 Actually I realized they do work as arguments to mnemonics, if that's what you mean. It's just as arguments to directives that they don't work, because we try to evaluate expressions on directives in pass 1, even if we don't need to.
Forward references should be allowed in expressions
.byte
,.csegsize
, and.org
(since these directives effect the IP).Currently they are never allowed in expressions; for example, the following fails:
The text was updated successfully, but these errors were encountered: