The Kt8 is a 8 bit virtual computer. It contains:
- 4 general purpose 8 bit registers (W, X, Y, Z) for inbuilt memory
- 256 value fixed stack
- Support for up to 64kb or memory with a 16-bit address space
- A custom instruction set and compiler
- Custom UI (See RandomLonelyDev/)
- Specify comments with a semicolon and space preceding them ("_;comment")
- Numbers can be given as decimal, hex (begin hex bytes with x (xFF)), or binary (begin binary bytes with b (b01010101))
TODO
TODO