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
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
unfortunately that is not soo easy, the lexer already turns POP and PUSH into the same opcode, and the lexer has no contextual information. i will think about this for a bit, but i don't see a nice solution to warn the user/programmer
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
dtasm should give loud error if stupid programmer writes code like
set a, push
or
set pop, a
...coming from stupid programmer who just spent 3 hours without realizing this
The text was updated successfully, but these errors were encountered: