3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
11 Apparently switching to a LinkedList only needed one change in my Java method
12 decoder. Although now I need to make the PC address meaningless and introduce
13 jump target sites for branching instructions.
17 With this new jump site stuff, OpNop is useless to have as I can just now just
18 use that for a nop instead.
22 This also means there is no more MAXRISCOPS hack.
26 Switching the code over was rather simple.