top of page
Search

[75] Compounding Interest

  • Writer: Conlan Walker
    Conlan Walker
  • Mar 24, 2023
  • 1 min read

Assembler is pretty much done, and here should be the contents of it currently: (first time using Pastebin embeds)

Okay that's way better I'll do that from now on.


Here's a bit of KIT-8 assembly that (I think) adequately showcases the assembler's features:

ree

While this should technically run properly, it certainly won't do anything useful.


ree

Also, I did some stuff regarding the emulator, but the most important is just a small bit of python that generates a color palette from a JSON file.


I'll get into why that's needed for the emulator at some point, but it isn't too important to talk about at the moment.







The color palette in question is called xterm 256 or something, and looks like this:

ree

It looks odd here because the test image it generates just shows it laid out as 16x16, without acknowledging or recognizing its quirks in formatting it correctly.

Over the weekend I'll try to wrap up the emulator, as making a game in KIT-8 assembly seems like a fun challenge.


Will likely get back to the hybrid 3D renderer thing next week, as I just needed something separate to do so I don't get burnt out with it.

 
 
 

Comments


bottom of page