mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

Crash on erroneous ram read #76

Open mitra42 opened 3 years ago

mitra42 commented 3 years ago

An attempt to read above the top of Ram should throw an error, not crash.

e.g. -1 @

mitra42 commented 3 years ago

STR: $ cd webforth; http-server; open http://localhost;8080/console.html

Open webconsole in the browser

$DDDD @ Console> Attempt to read above top of Rom at 12014

It should THROW i think ....