- Simulator: Garand
graph.yml
contains decode schema for all supported instructions
- Python 3.11+
- Pillow (for image pixel data conversion)
Label & branch testing program.
Generating Fibonacci sequence and write it to the memory.
This program will perform memory copy. With graphic buffer turning on,
an image will be rendered.
First, generate image data by calling img-mk.py chip.png chip.bin
,
then assemble chip.gar
exchange_sort.data
is an example file of 100 random integers.
Assemble it into exchange_sort.rdata
, and then assemble exchange_sort.garand
.
matrix_multiply.data
is an example file of 2 4x4 matrices.
Assemble it into matrix_multiply.rdata
, and then assemble matrix_multiply.garand
.