Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Please, get it working.. Im being driven insane that I cant do it. I think its because, my friend had messed around with some of the files, changing comments etc, so that it was easier to read!
Ok, your first step would be to tell us what you're doing and what the errors are, then we can start figuring it out. "It doesn't work" type posts aren't too useful for troubleshooting.
Well that has nothing to do with nasm or your code. It means that nasm itself cannot be found (it isn't in your current directory, nor in one that is on your PATH).
well if it helps here is a tutorial on PATH: "http://www.troubleshooters.com/linux/prepostpath.htm"
it is for linux but about the concept of PATH is the same for DOS.
Unless you understand what we told you, switching to another compiler will likely achieve nothing for you. Understand that this is a limitation of your environment, not the tool.