kip/README

19 lines
709 B
Plaintext
Raw Permalink Normal View History

2023-06-27 09:49:58 +00:00
kip fantasy computer based on the kmx20
kmx20 mini 32-bit stack processor
requires c11, meson, ninja, sdl2
2023-03-15 05:51:03 +00:00
build meson compile -C b
2023-03-17 21:25:20 +00:00
test meson test -C b
2023-03-15 05:51:03 +00:00
usage ./b/kip [ROM FILE]
2023-03-17 21:25:20 +00:00
./b/as [ASM FILE] [ROM FILE]
layout ./kip* -- sdl2-based emulator
./as -- assembler
./d/ -- documentation
./t/ -- tests
./x/ -- examples
./vim/ -- vim support
2023-06-27 09:49:58 +00:00
patches, questions, comments welcome: kitty+kip@piapiac.org
2023-06-27 11:01:36 +00:00
or you can open issues & pull requests: http://git.vern.cc/kcp/kip
2023-06-27 09:49:58 +00:00
browse the updated git repository: https://git.cro.wtf/kip.git
more examples: https://git.cro.wtf/kcp/mow.git