MARIE-js / MARIE.js

MARIE.js is a simple, yet intuitive MARIE simulator built in JavaScript :pencil: and is used for teaching computing architecture and assembly language
https://marie.js.org
MIT License
144 stars 45 forks source link

Allow integer overflow #328

Closed PowerkadDev closed 8 months ago

PowerkadDev commented 9 months ago

Adding two numbers with a sum outside the range of representable numbers in two's complement results in an error, when it would be more accurate and useful to allow the number to overflow and change sign.