1
0
Fork
You've already forked MicroCPU
0
Small CPU emulator.
  • C 81.9%
  • Python 7.2%
  • Assembly 6.1%
  • Makefile 4.8%
Find a file
2025年12月25日 00:41:57 +03:00
badapple Added bad apple generator 2025年10月22日 23:27:44 +03:00
DedLib @40ad591796 Added basic registers implementation to microcpu 2025年10月05日 18:19:56 +03:00
.gitignore Add register inplemetation to assembler and disassmbler 2025年10月05日 16:48:21 +03:00
.gitmodules Created separate microcpu repo 2025年10月03日 23:27:32 +03:00
circle.asm Added text graphic implementation 2025年10月16日 22:31:36 +03:00
circlev2.asm Created graphics implementation 2025年10月17日 22:51:25 +03:00
config.mk Added logical and comparasion operations 2025年12月12日 17:59:54 +03:00
cpu_commands.h Added getchar and putchar instructions 2025年12月25日 00:41:57 +03:00
ded_asm_test.asm Added call implementation 2025年10月15日 20:30:07 +03:00
factorial.asm Created graphics implementation 2025年10月17日 22:51:25 +03:00
graphic.c Added bad apple generator 2025年10月22日 23:27:44 +03:00
graphic.h Created graphics implementation 2025年10月17日 22:51:25 +03:00
Makefile Created graphics implementation 2025年10月17日 22:51:25 +03:00
memory.asm Added text graphic implementation 2025年10月16日 22:31:36 +03:00
microasm.c Very bad fix for assembler 2025年10月16日 23:04:11 +03:00
microcpu.c Added getchar and putchar instructions 2025年12月25日 00:41:57 +03:00
microdisasm.c Added text graphic implementation 2025年10月16日 22:31:36 +03:00
sq_eq.asm Added basic registers implementation to microcpu 2025年10月05日 18:19:56 +03:00