ByteCore: A minimal, 8-bit CPU emulator designed to help developers explore low-level computing concepts.
-
Updated
Feb 5, 2025 - Python
ByteCore: A minimal, 8-bit CPU emulator designed to help developers explore low-level computing concepts.
ByteCore Byte is a simplified version of the ByteCore CPU showcased in a Jupyter notebook, using 1-byte addressing to operate within a 256-byte memory limit. This repository features demonstrations of ByteCore Assembly through both basic and advanced programming examples.
AES256 minimal implementation designed for low memory and code size and 8-bit microcontroller use
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.
Add a description, image, and links to the 8-bit-computing topic page so that developers can more easily learn about it.
To associate your repository with the 8-bit-computing topic, visit your repo's landing page and select "manage topics."