This is a batch sample:
@ echo off
edit %1.asm
ml %1.asm
cls
We can call an External command like EDIT.COM and ML.EXE from a batch.
How can i do that in ASM? how abt if i want to write above coding in ASM and compile it to COM or EXE? not BAT2EXE.
---->ASM fresher need help!<----
With kind regards.
syskplim@streamyx.com
@ echo off
edit %1.asm
ml %1.asm
cls
We can call an External command like EDIT.COM and ML.EXE from a batch.
How can i do that in ASM? how abt if i want to write above coding in ASM and compile it to COM or EXE? not BAT2EXE.
---->ASM fresher need help!<----
With kind regards.
syskplim@streamyx.com