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
$ ../../spasm/spasm -I ../../spasm/inc -N rpn83p.asm rpn83p.8xk
Pass one...
.../mainscanner.asm:30: Error during invocation of macro 'APPONERR'
.../mainscanner.asm:30: warning SW804: Macro 'APPONERR' was given too many arguments, ignoring extras
Problem
The definition of the AppOnErr(xxxx) macro in ti83plus.inc is incorrect and does not work. It is currently:
The error message is:
Solution
It should probably have some parenthesis:
Workaround
Just expand the macro manually when needed:
The text was updated successfully, but these errors were encountered: