xAsm 0.04
Sources: http://github.com/unknowall/xAsm
Maintainer: unknowall, sgfree@hotmail.com
Usage: XAsm.exe [-h] [-c] [-n] [-s] [-d] [-b:ImageBase] InputFile [-o OutputFile]
-h Show This
-c Compiler BIN Mode(.com)
-n Set SubSystem to CUI
-d Compiler DLL File
-s Tiny Pe File
-o Output File
-b:ImageBase image base in hexadecimal string
Examples:
-
XAsm.exe Test.asm
-
XAsm.exe -n Test.asm -o Test.exe
-
XAsm.exe -b:1F000000 -n Test.asm -o Test.exe
-
XAsm.exe -s Tiny.asm -o Tiny.exe