NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: pyrex on July 26, 2010, 03:02:14 PM

Title: HELP with NASM compile error!
Post by: pyrex on July 26, 2010, 03:02:14 PM
Hello guys,

I'm studying computer assembly with NASM and I'm currently stuck with this compile error:

func.asm:1: warning: trailing garbage after '%include' ignored.

Guys do you know what this error means? trailing garbage after '%include' ignored? I'm really clueless with this error.
I hope you could help me guys. Thanks guys!  ;)

Title: Re: HELP with NASM compile error!
Post by: Frank Kotler on July 26, 2010, 04:27:53 PM
Ahhhh... looking deeply... my crystal ball is very cloudy... Nope. Haven't a clue what you've got after "%include". Apparently, neither does Nasm. If you can't figure it out, I guess you'll have to post the code.

Best,
Frank