Simple cpu architecture in C.
Wiki: Easy64 Wiki
- Simple and fast CPU architecture
- Easy-to-understand assembly language
- Label handling and jump instructions
- Basic stack operations (push, pop, call, ret)
- Arithmetic, logic, and bitwise operations
- Debug instructions (print)
- Import support for modules.
- Subregister support (8, 16, 32-bit)
- And more!
git clone https://git.sr.ht/~oled/easy
cd easy64/
make
./easy -h
This Program is emulating real hardware, so you cant work on it without a bootloader, kernel, micro-controller or any software.
For more information and a Kernel example works on easy64:
Check the Working on Easy64 Wiki page.
This project is licensed under the GPL-3.0 License.
Created By oled