Skip to content

Commit

Permalink
[07/2] Finishes call/init implementation
Browse files Browse the repository at this point in the history
Found 2 bugs:

0. ic+=10 is incorrect jump for the boolean compare methods
1. Another bug was in the write() method, which was increasing the instruction
counter even for label commands, which aren't supposed to do that.

Another minor issue in my interpretation of the "call" to `Sys.init`
which I was so far just doing via a jump. Changed that to a proper call
  • Loading branch information
captn3m0 committed Jun 4, 2020
1 parent 63469e1 commit cba1bee
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 509 deletions.
Loading

0 comments on commit cba1bee

Please sign in to comment.