The kip is a fantasy computer based on the 32-bit kmx20 stack processor. It currently runs no operating system.
It ships with kip-as for assembling to kmx20 machine code.
To run kip programs, you will need a kip emulator. Check the git repository for one written in C and SDL2.
For now, see ../kip-io.def
in the git repository.
Extensive documentation here is TODO!
Port | Description |
---|---|
0x00 |
Display VSYNC |
0x04 |
Mouse Down |
0x08 |
Mouse Up |
0x0c |
Keyboard Down |
0x10 |
Keyboard Up |