News:

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

Quick question on not compiling

Started by RedXVII, February 23, 2006, 05:32:10 PM

Previous topic - Next topic

RedXVII

Trying to compile;

Chat.asm(99) : error A2022: instruction operands must be the same size

Line 99:
.if ah=='/'

whats wrong with that? i thaught this was ok, ive done it before...or at least, i thaught so...

arafel

It should assemble just fine. At least it does for me.

Reported line number on some occasions is not the same as exact location in the source. The problem is probably somewhere else. Try checking any nearby lines.

RedXVII