-
Notifications
You must be signed in to change notification settings - Fork 45
Simulator Errors
Eric Jiang edited this page Oct 4, 2016
·
2 revisions
This is caused by incorrect setup by the owner of the website. This is because the key is setup so that only traffic through https://mariejs.xyz
may pass through authentication of the Google API. If you are trying to access through a site other than from our domains, please contact your site administrator immediately.
This occurs when executing the code and the value of one of the registers goes beyond the range 0000
to FFFF
. An example of the code which may cause the error is:
loop, Load X
Add X
Store X
Output
Jump loop
X, DEC 1
This bug can be fixed by entering an exit point using the HALT
instruction.
MARIE.js Wiki | License
Copyright © 2018 Jason Nguyen, Saurabh Joshi, Eric Jiang, Felix Salim, Guido Tack, Monash University
Copyright © 2018 Jason Nguyen, Saurabh Joshi, Eric Jiang, Felix Salim, Guido Tack, Monash University
Documentation
MARIE Instructions Set with Opcode
Register Transfer Language (RTL)
More Reading
The Essentials of Computer Organization and Architecture-Chapter 4.2
Tutorials
MARIE.js Documentation