Dont care
Re: Dont care
People i am running into the problem when i use the nasm comand in comand promt the problem is do i use a text editor and save the files as .s and .o then use the comand wich them makes them work?
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Dont care
Save it to a .asm file and then run "nasm -o output.ext source.asm" or something like that.
Re: Dont care
oh i just got it thanks troy.
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Dont care
No problem.
Re: Dont care
nope it did nothing grrr i am hating nasm.
Re: Dont care
Don't hate NASM, it's working just as it should. You're the one incapable of using a simple command line tool.
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Dont care
/facepalm
What does it spit out, what errors?
What does it spit out, what errors?
Re: Dont care
no the comand line goes back to the directory i set but it did nothing like the file is forect i used nasm.c and compiler.h
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Dont care
That's what nasm does when it finds no errors. Your file should be in that directory.
Re: Dont care
If you used "nasm.c" and "compiler.h" you're doing something wrong; those files don't exist.no the comand line goes back to the directory i set but it did nothing like the file is forect i used nasm.c and compiler.h
Re: Dont care
You've been "try assemble" this whole time, why does anyone need to know that?
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Dont care
Take a screenshot of the directory or folder. Attach it to a reply. Prove to us that these files exist.