Add task for running tests that runs both clutter levels accordingly.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2015 / 03 / 02.mkd
blobf2647cf27f24ca9cf3efdbcde9c6397400e06d03
1 # 2015/03/02
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._
9 ## 01:12
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.
15 ## 01:22
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.
20 ## 01:27
22 This also means there is no more MAXRISCOPS hack.
24 ## 01:55
26 Switching the code over was rather simple.