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
I have found that should a user attempt to load an out of bounds value into the input the program will halt with no recovery.
Minimum reproducible example:
Input
Store X
Halt
X, DEC 0
The user will be prompted for input. With hexadecimal I input 10000. This brought up an input out of bounds error but offered no opportunity for recovery (whereas it is possible to get overflows or error messages with other values in an addition program).
The text was updated successfully, but these errors were encountered:
We have released MARIE.js v2.0, and by running this program, I can confirm that the program does not throw an out of bounds error. Instead the 1 in ten-thousands place is ignored.
Hey team,
I have found that should a user attempt to load an out of bounds value into the input the program will halt with no recovery.
Minimum reproducible example:
The user will be prompted for input. With hexadecimal I input 10000. This brought up an input out of bounds error but offered no opportunity for recovery (whereas it is possible to get overflows or error messages with other values in an addition program).
The text was updated successfully, but these errors were encountered: