ASMZ helps compile Assembly code as FASM(immediately making file executable), but using NASM or others Assembly compilers.
g++orclang++make- assembly compiler (check out wiki for more info about this: Compilers)
ASMZ right now only for Linux and BSD systems. But you there are ways to get it for Windows, here is possible ways: Click here
-
Enter project directory and run:
sudo make installthis will let run program from any directory you are in. -
If you don't wanna have option to run program from any directory you can type
make compileinstead.
- Type:
asmz {Assembly-language compiler} "assembler file"change "assembler file" to name of assembler file you want to compile, change "Assembly-language compiler" to your assembler compiler. If you want specify name of output, type-oflag, and after flag type name of executable you want.
- no issues for now (if you found issue describe it in Issues page).