Skip to content

GPorubanTKK/Kt8

Repository files navigation

Kt8

A software-defined 8bit processor

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/)

gASM instructions

  • 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

Examples

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages