An open API service indexing awesome lists of open source software.

https://github.com/tomiwa-ot/nasm-compiler-loader

A shell script that compiles NASM and passes it through the loader
https://github.com/tomiwa-ot/nasm-compiler-loader

loader nasm nasm-assembler nasm-assembly nasm-compiler-loader nasm-language

Last synced: 10 months ago
JSON representation

A shell script that compiles NASM and passes it through the loader

Awesome Lists containing this project

README

          

# NASM-Compiler-Loader
A shell script that compiles NASM and passes it through the loader. Its a script that shortens the hassle of recompiling and loading asm code.

## Syntax Guide
```console
root@vm:~# chmod +x nasm-compiler-loader.sh
root@vm:~# ./nasm-compiler-loader
```

![Example](/nams.JPG)