Releases: unknowall/xASM
xAsm 0.0.4
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
xAsm 0.0.3
xAsm v0.03 - unknowall, sgfree@hotmail.com
Source: http://github.com/unknowall/xAsm
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
xAsm 0.0.2
命令行:
xAsm v0.02 - unknowall, sgfree@hotmail.com
Source: http://github.com/unknowall/xAsm
Usage: XAsm.exe [-h] [-c] [-n] [-s] [-d] [-b:ImageBase] InputFile OutputFile
-h Show This
-c Compiler BIN Mode(.com)
-n Set SubSystem to CUI
-d Compiler DLL File
-s Tiny Pe File
-b:ImageBase image base in hexadecimal string
Examples:
-
XAsm.exe -n Test.asm Test.exe
-
XAsm.exe -b:1F000000 -n Test.asm Test.exe
-
XAsm.exe -s -p Tiny.asm Tiny.exe