top of page
Search

[74] Machine of Machines

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

I'm fairly tired right now, so no grand explanations in writing here.

While half of the effort this week went into furthering the function that transforms a TTM geometry, the other half was spent working on a specification for my own processor thing.


This is the current version of KIT_TTM_Transform():

(It now uses a sort of operation array system, where any number or translations, rotations, or scalings can take place)

ree


For the other half of the effort, here is the current spec for my CPU:

ree

And here is the current opcode table for that CPU:

ree

Over the weekend I might hack together a macroassembler and an emulator for my CPU, but I make no promises.

 
 
 

Comments


bottom of page