#SquirrelJME: So I fixed the issue! In the allocator, I was only marking chunks as used if they had to be split because they were too big! So if an allocation of the same size were done, then it would choose a used block (marked free) and then use that pointer.
#SquirrelJME: Clawed my way through this one, nothing wrong with this at the point of failure. So this issue I am having is elsewhere. https://t.co/3ZpkWZrSTK
#SquirrelJME: This is checking compiler output by hand, very tedious work! https://t.co/dRwvM2UbW9
#SquirrelJME: I could not find a simple program to convert a text file to an image (very complicated or limited/clunky tools existed), so I made one in SquirrelJME. Now I will be drawing on it and figuring out what is wrong with my compiler. This should hopefully help me out! https://t.co/BX199X0wnP
#SquirrelJME: I also implemented basic print style formatting (strings only!) so that I am no longer fixed to single static messages! This will definitely help with making sure things are working properly. https://t.co/bloBXThtHa
#SquirrelJME: Fixed and issue with CHECKCAST where it failed to properly use a stack cached value. Is fixed now!
#SquirrelJME: Something is wrong with the code I am generating. So I wrote this basic utility to show side by side Java byte code and my compiled code (with original Java lines). Hopefully this helps! https://t.co/N9j1K48qWm
#SquirrelJME: Now listed on the core list (at least for OS X), although it crashes when it tries to start so will need to figure this out. https://t.co/UmGewn6qHM
#SquirrelJME: Mapping a phone's dial pad to a controller was a bit amusing. https://t.co/bvPLnlsR0O
#SquirrelJME: Working with DOS right now, had to use the huge memory model (simulated 32-bit pointers), also any memory not freed is leaked (noticeable when nothing in DOS can start). I always cleaned up if the VM failed to boot, but not if boot succeeded.
Moved to @XerShadowTail , please follow me there instead!