Andy K wrote:
> Getting this
>
> Label or instruction expected at start of line
>
> when trying to compile this.
Hi Andy,
Possible that your editor (notepad?) is defaulting to utf-8 or
something? You may need to instruct your editor that you need ascii text.
I don't think it should cause an error, but ".code" is not one of the
"known" section names in "-f win32". Try "section .text". Also seems to
be some confusion whether you're doing 32 or 64 bit code...
Best,
Frank