News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

coding error

Started by shankle, November 13, 2013, 12:48:42 AM

Previous topic - Next topic

shankle

I mistakenly coded ".blah:" when it should be ".blah".
The compiler did not catch it.
Maybe wjr will advise.

wjr

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.