Skip to content

Releases: unknowall/xASM

xAsm 0.0.4

15 Apr 20:39
71430d5

Choose a tag to compare

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:

  1. XAsm.exe Test.asm

  2. XAsm.exe -n Test.asm -o Test.exe

  3. XAsm.exe -b:1F000000 -n Test.asm -o Test.exe

  4. XAsm.exe -s Tiny.asm -o Tiny.exe

xAsm 0.0.3

10 Apr 09:14
39fb31d

Choose a tag to compare

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:

  1. XAsm.exe Test.asm

  2. XAsm.exe -n Test.asm -o Test.exe

  3. XAsm.exe -b:1F000000 -n Test.asm -o Test.exe

  4. XAsm.exe -s Tiny.asm -o Tiny.exe

xAsm 0.0.2

08 Apr 11:18
fa1a048

Choose a tag to compare

命令行:

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:

  1. XAsm.exe -n Test.asm Test.exe

  2. XAsm.exe -b:1F000000 -n Test.asm Test.exe

  3. XAsm.exe -s -p Tiny.asm Tiny.exe