vs-ude / mic-1-toolbox

Web-based MIC-1 emulator and toolbox
https://vs-ude.github.io/mic-1-toolbox/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Jump instructions are interpreted correctly but don't work when executed #76

Closed YasinKavuk closed 1 year ago

YasinKavuk commented 1 year ago

"153" is the IFEQ instruction. The "0" and "10" that are coming after IFEQ define the offset. image The offset here is 10. This is the right offset. But when executed with the "run" button, it causes the following error. image

It works with macrocode without jump instructions.