News:

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

Backwards Refrences

Started by TomRiddle, January 29, 2007, 07:14:02 AM

Previous topic - Next topic

TomRiddle

One thing I noticed last time I assembled a program using WINDOWS.INC is that it contained a lot of backwards references(A certain equate/structure required another equate/structure that hadn't been loaded yet), is this still true?

If so are any plans underway to fix it?

hutch--

Tom,

What errors are you getting ?
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

sinsi

How can you fix a backwards reference?  :eek
Light travels faster than sound, that's why some people seem bright until you hear them.

TomRiddle

No errors, just the fact that the program has to do a second pass when it comes across something like this:

John Equ Tom
Tom Equ 3

I dunno, I could be wrong...

Ohh, and they might be forward references, been up awhile. :eek