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
- Host: GitHub
- URL: https://github.com/tomiwa-ot/nasm-compiler-loader
- Owner: Tomiwa-Ot
- Created: 2020-06-07T19:56:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T21:07:57.000Z (almost 6 years ago)
- Last Synced: 2025-07-30T08:10:57.405Z (10 months ago)
- Topics: loader, nasm, nasm-assembler, nasm-assembly, nasm-compiler-loader, nasm-language
- Language: Shell
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
