iceseyes / urm

a simple URM (just for fun)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urm

a simple URM (just for fun)

How to build

mkdir -p build/Debug
cd build/Debug
cmake -DCMAKE_BUILD_TYPE=Debug ../../
cmake --build . 

How to use

With python script urmc.py, translate urm assembly program into a binary code for urm. Than pass the binary file to urm program to run it.

About

a simple URM (just for fun)


Languages

Language:C++ 70.3%Language:Python 19.2%Language:Assembly 7.9%Language:CMake 2.6%