Core32 is a 32-bit virtual console platform featuring a custom instruction set architecture (HLMC) designed for embedded and educational use.
GitHub: https://github.com/hozgur/core32
- GCC-based toolchain
- QEMU (for emulation)
- Make
git clone https://github.com/hozgur/core32.git
cd core32
makemake runcore32/
├── docs/ # Documentation
├── src/ # Source code
│ ├── core/ # Core CPU implementation
│ ├── emulator/ # Emulator code
│ └── examples/ # Example programs
├── tests/ # Test suite
├── Makefile
└── README.md
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.
[Specify your license here, e.g., MIT, GPL, etc.]