3 projects
bytecorefast
A high-performance, 8-bit CPU emulator, designed as a drop-in replacement for ByteCore, offering enhanced speed while maintaining full compatibility with the original ByteCore interfaces.
bytecorecompiler
A compiler that transforms ByteCore assembly code into executable memory bytes, seamlessly bridging the gap between high-level assembly instructions and the ByteCore Emulator's low-level functionality.
bytecore
A minimal, 8-bit CPU emulator designed to help developers explore low-level computing concepts.