forked from gnom2949/rusm
The russian assembly
- C 97.7%
- CMake 2.3%
| src | the main of rusm | |
| .gitignore | Initial commit | |
| CMakeLists.txt | cmake | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
rusm
The asm in russian language that translates to the nasm
Install
rusm is actually available only in linux so
sudo apt install nasm
# or
sudo dnf install nasm
# or
sudo pacman -S nasm
git clone https://github.com/gnom2949/rusm.git # or gitverse.ru if you from russia
cd rusm && mkdir build && cd build
cmake ..
make
sudo make install
All done!