Re: [go-nuts] Question on cmd/asm

2016-11-08 Thread aindurti
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

Re: [go-nuts] Question on cmd/asm

2016-11-07 Thread Ian Lance Taylor
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

[go-nuts] Question on cmd/asm

2016-11-07 Thread aindurti
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