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...
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.
Oh yeah, woops :red
Thx :U