The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: 2B||!2B on July 01, 2019, 12:13:14 PM

Title: UASM32 undeclared identifier sometimes causes an infinite loop.
Post by: 2B||!2B on July 01, 2019, 12:13:14 PM
Hi,

I just found something that might be a bug in UASM32 v2.49
Basically, if you reference an undeclared identifier and assemble, sometimes UASM32 doesn't show undeclared identifier error. Instead, it will just hang forever.

I attached project where the incident occurs. Hopefully that will be useful for the coder.
Title: Re: UASM32 undeclared identifier sometimes causes an infinite loop.
Post by: johnsa on July 01, 2019, 06:21:34 PM
Thanks for this, I can re-produce the issue and will work on a fix.