d/move IVT doc from kmm32->kip

This commit is contained in:
Kitty-Cricket Piapiac 2023-03-22 22:33:09 -07:00
parent eb26f05414
commit d13d7448a0
2 changed files with 14 additions and 9 deletions

16
d/kip
View File

@ -1,2 +1,14 @@
for now, see ../kip-io.def
extensive documentation here is TODO
KIP COMPUTER
DEVICES
for now, see ../kip-io.def
extensive documentation here is TODO
INTERRUPT VECTOR TABLE
0x00 -- Display VSYNC
0x04 -- Mouse Down
0x08 -- Mouse Up
0x0c -- Keyboard Down
0x10 -- Keyboard Up

View File

@ -81,10 +81,3 @@ INSTRUCTION SET
jc (n a--) jump to address `a if `n!=0
ca (a-~r) push ip onto return stack, then jump to address `a
cc (n a-~r) push ip onto return stack and jump to address `a if `n!=0
INTERRUPT VECTOR TABLE
0x00 -- Display VSYNC
0x04 -- Mouse Down
0x08 -- Mouse Up