News:

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

Masm 8.x

Started by billy, December 30, 2004, 12:43:44 AM

Previous topic - Next topic

billy

Just checked out 8.x and nothing really new from 7.x.

hutch--

Thanks billy, welcome on board as well.  :U
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Shantanu Gadgil

To billy,
yes...nothing *really* new could be said but a few things to mention :)
1. *.asm does not work (workaround..."for %s in (*.asm) do ml %s" (options are assumed :))
2. The above I think implies that ml.exe cannot take a response file "@whatever.rsp" as input file

3. Could somebody verify the following..(I have verified it 3-4 times, but just to be sure)
code size of the masm32.lib is different when using the default ml.exe (v6.??) and ver 8.0.40426.16
To ret is human, to jmp divine!