Skip to content

dwmc-16-depracated

DWMC-16: Thoughts on Register Hardware - Deprecated

Basic Register Module

With me designing the first Basic Register Module, I've come to realise that they can't be used everywhere where I use registers. The Basic Register Module is meant to be used for the basic use registers for the DWMC-16, R00 to R07, as well as the ZH and ZL registers, and I designed it first, because I think it was relatively straightforward to design in general.

DWMC-16: Instruction Set V0.3 & Opcodes - Deprecated

In my last post, I've taken a few initial thoughts regarding opcodes. Added to that come first inklings to wanting to try my hand at writing an assembler in Python. But, to do that, I think I need to add at least one new command to load constant values from memory into memory, without having to resort to playing around with specific addresses.