Skip to content

xAsm 0.0.4

Latest
Compare
Choose a tag to compare
@unknowall unknowall released this 15 Apr 20:39
· 3 commits to main since this release
71430d5

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