MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite
Quote from: P1 on May 22, 2012, 04:02:18 AM
One can be re-assigned and the other can not, is my understanding.
Quote from: dedndave on May 19, 2012, 02:36:19 PMit just makes sense, is allOne can be re-assigned and the other can not, is my understanding.
EQU is a fixed value - in older versions of MASM, it always resolved to a 16-bit numeric constant
then, they added the TEXTEQU functionality to use strings, and to be "re-usable"
other than the 4 letters, i don't think there is any difference between EQU with a text operand and TEXTEQU
Quote from: cman on May 20, 2012, 10:49:10 PMDoes Microsoft offer CD-ROM versions of their "setup" software for installing an operating system on a new hard drive? I know they have these for floppy disk installation ( http://www.microsoft.com/en-us/download/details.aspx?id=9880 ) but no one sells those anymore! Thanks for any information!If you have a valid COA, You can order media from M$.
Quote from: johnsa on May 21, 2012, 03:37:47 PM
I'm starting to look at building up the line number info necessary for debug mode output. As yet I'm not sure what COFF etc requires for this, I'm assuming it needs a line number+address reference for every instruction? As well as line number for symbol definitions (which is already stored in the symbol table). Any thoughts?
The one thing I do want to fix here over ML is that the line number in source of the actual MACRO must be stored (as this annoys me currently) when debugging you can't really step into a macro and there's no reason why not.. it should be much like a proc.