Hi all.
i've just installed MASM32 v7.0, but there is no documentation about MASM's directives!!!
for example, 'ORG', 'SEGMENT', 'MACRO' and so on.
to tell the truth, i've just started and jumped into ASSEMBLY PROGRAMMING WORLD. :)
so, i want THE BASIC KNOWLEDGE(i'm practicing dos programming now.) rather than WIN32 PROGRAMMING TECHNIC.
at this time,
ML doesn't assemble my poor source due to just some errors and warnings, telling me 'SYNTAX ERROR!'.
i'm so sad. Help me.
where is the description?
ps: anyway, how can i tell to ML that "THIS SOURCE MUST BE ASSEMBLED WITH 16BIT CODE."...????
like NASM's '' directive..
i've just installed MASM32 v7.0, but there is no documentation about MASM's directives!!!
for example, 'ORG', 'SEGMENT', 'MACRO' and so on.
to tell the truth, i've just started and jumped into ASSEMBLY PROGRAMMING WORLD. :)
so, i want THE BASIC KNOWLEDGE(i'm practicing dos programming now.) rather than WIN32 PROGRAMMING TECHNIC.
at this time,
ML doesn't assemble my poor source due to just some errors and warnings, telling me 'SYNTAX ERROR!'.
i'm so sad. Help me.
where is the description?
ps: anyway, how can i tell to ML that "THIS SOURCE MUST BE ASSEMBLED WITH 16BIT CODE."...????
like NASM's '' directive..
ML is a Microsoft program, you should check there for a reference. For directives there is a doc file in the BIN folder. Here is the full reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vcoriMicrosoftAssemblerMacroLanguage.asp
For a full manual, Webster has one:
http://webster.cs.ucr.edu/Page_TechDocs/0_techdocs.html
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vcoriMicrosoftAssemblerMacroLanguage.asp
For a full manual, Webster has one:
http://webster.cs.ucr.edu/Page_TechDocs/0_techdocs.html
Thank you. i've got it!!! :alright: