| Link Description: |
MASM is capable of enmulating higher level languages while maintaining the performance and size of assembler code.
The macro capacity built into MASM has allowed the development of a combined macro and library system that partly emulates basic style string handling and other similar language capacities.
MASM already is capable of building UNICODE applications using the traditional resource string method but additional macros are now supplied to write UNICODE strings directly into the data section in the same manner as normal BYTE data to make the capacity easier to use.
MASM32 comes with its own small default editor that has a reasonable number of prebuilt scripts to make code generation fast and easy.
MASM32 assumes that the programmers who will use it already have experience in 32 bit Windows API programming using compilers and have done some work in assembler.
|