Author Topic: HELP with NASM compile error!  (Read 8959 times)

Offline pyrex

  • New Member
  • Posts: 1
HELP with NASM compile error!
« 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!  ;)


Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: HELP with NASM compile error!
« Reply #1 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