News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Can POASM generate binary files?

Started by silk.odyssey, May 12, 2006, 11:01:43 PM

Previous topic - Next topic

silk.odyssey


Vortex

QuotePelles Macro Assembler, Version 1.00.12 (Beta)
Copyright (c) Pelle Orinius 2005-2006

Syntax:
POASM [options] srcfile[.ASM]

Options:
/A<name>            Select architecture: IA32, AMD64 or ARM
/D<name>[=<value>]  Define a symbol (with optional value)
/Fo<outfile>        Name the output file (default: srcfile.OBJ)
/Gd                 Use cdecl calling convention (default)
/Gr                 Use fastcall calling convention
/Gz                 Use stdcall calling convention
/I<path>            Add a search path for include files
/V<n>               Set verbosity level 0, 1 or 2 (default: n = 0)
/X                  Don't search standard places for include files
/Zd                 Enable line number debugging information
/Zg                 Write function prototypes to stdout
/Zi                 Enable full debugging information

It cannot generate binary files.