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
https://www.asm80.com/onepage/asm6800.html
will not accept * as an operand for the current program counter value.
For example
LABEL1 EQU *
should not result in an error. This is likely an error for other microprocessors as well.
https://www.asm80.com/onepage/asm6800.html
will not accept * as an operand for the current program counter value.
For example
LABEL1 EQU *
should not result in an error. This is likely an error for other microprocessors as well.