That fixes it, sorry for the silly question. Thank you very much.
On Tuesday, November 8, 2016 at 1:03:48 AM UTC-5, Ian Lance Taylor wrote:
>
> On Mon, Nov 7, 2016 at 8:58 PM, > wrote:
> > I've been trying out Go's assembler, but I can't seem to get the most
> basic
> > program to compile. Fol
On Mon, Nov 7, 2016 at 8:58 PM, wrote:
> I've been trying out Go's assembler, but I can't seem to get the most basic
> program to compile. Following the example on https://goroutines.com/asm,
> which introduces go's assembler through an example of an add function on
> amd64, I get the compile err
I've been trying out Go's assembler, but I can't seem to get the most basic
program to compile. Following the example on https://goroutines.com/asm,
which introduces go's assembler through an example of an add function on
amd64, I get the compile error:
# github.com/smasher164/asmtest
../../wor