News:

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

The task to the school

Started by dawidekz, February 01, 2009, 06:37:24 PM

Previous topic - Next topic

raymond

QuoteIf I changed the var to c1 it assembles perfectly.

My sincere apology. If I had tested the submitted code as is, I would also have received the error message and I would have known immediately what to change. I have observed myself in the past that "c" cannot be used as a variable name although most (if not all) other single letters present no problem.

Maybe someone has a logical explanation why MASM rejects the use of "c".
When you assume something, you risk being wrong half the time
http://www.ray.masmcode.com

cookj

Raymond

Thanks for the quick reply and the explanation.

John


Jimg

Quote
Maybe someone has a logical explanation why MASM rejects the use of "c".

Possibly the same reason it rejects Basic,Pascal,and Fortran.