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 Almost the end of the month. Since I have two laptops, I believe I am going to
12 fork directions. I will do the assembly/disassembly work in one. Then on the
13 other I will potentially checkout and see if I can fix hairball's class loader
14 issues since it has not happened before the refactor.
18 For the instruction decoder though I can have an actual sub-class in another
19 place to keep ProgramEditor a bit more clean.
23 Thinking of `HairballClassLoader`, I previously used `URLClassLoader` which
24 worked perfectly fine. However with my alternative classloader things got a
25 bit ugly. Luckily I have a tag to quickly visit.
29 Seems I had some errors in my package building code, hopefully those have been
30 fixed when it comes to dependencies and them being out of date.