Re: [go-nuts] NOSPLIT on Go assembler defined functions

2018-02-26 Thread Pablo Rozas Larraondo
Thank you very much Ian, I didn't notice the imported headers file in the examples I was looking at. My code is compiling perfectly fine after I added that line. Cheers, Pablo On Tue, Feb 27, 2018 at 8:46 AM, Ian Lance Taylor wrote: > On Sun, Feb 25, 2018 at 11:27 PM, Pablo Rozas Larraondo > w

Re: [go-nuts] NOSPLIT on Go assembler defined functions

2018-02-26 Thread Ian Lance Taylor
On Sun, Feb 25, 2018 at 11:27 PM, Pablo Rozas Larraondo wrote: > > I started learning about Go assembler and I'm having problems with the > NOSPLIT symbol, which makes the compilation fail with error message: > "illegal or missing addressing mode for symbol NOSPLIT" > > I've found a blog post whic