1
0
Fork
You've already forked rusm
0
forked from gnom2949/rusm
The russian assembly
  • C 97.7%
  • CMake 2.3%
2026年06月13日 02:16:36 +05:00
src the main of rusm 2026年06月13日 02:12:29 +05:00
.gitignore Initial commit 2026年06月13日 02:16:36 +05:00
CMakeLists.txt cmake 2026年06月13日 02:12:45 +05:00
LICENSE Initial commit 2026年06月13日 02:13:04 +05:00
README.md Initial commit 2026年06月13日 02:16:14 +05:00

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!