The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on November 13, 2013, 12:48:42 AM

Title: coding error
Post by: shankle on November 13, 2013, 12:48:42 AM
I mistakenly coded ".blah:" when it should be ".blah".
The compiler did not catch it.
Maybe wjr will advise.
Title: Re: coding error
Post by: wjr on November 13, 2013, 03:40:44 AM
I find the second form easier and preferable, but GoAsm is aware and flexible here. You can do it either way since the leading period marks it as a locally scoped re-usable label.