Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
Specialised Projects => Assembler/Compiler Technology => Topic started by: korte on June 06, 2009, 06:23:19 AM
Title:
jwasm problem: define macro in command line
Post by:
korte
on
June 06, 2009, 06:23:19 AM
Please help
How to define macro in command line
My bat file: (work with masm)
set file=p
set break=
jwasmd /Sn /c /Fl /W3 /Fr /Sa /D LoadMacro="include macro.inc" %file%.asm
Error! E137: Cannot open file: macro.inc" [1]
Text only
|
Text with Images