NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Nasm output
« previous
next »
Print
Pages: [
1
]
Author
Topic: Nasm output (Read 11409 times)
gidak
Jr. Member
Posts: 6
Nasm output
«
on:
April 27, 2011, 09:50:13 PM »
Can i output the nasm errors\warnings that i get to a text file on my computer?
So if i compile a asm file the errors will go to a file named err.txt?
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: Nasm output
«
Reply #1 on:
April 27, 2011, 10:01:57 PM »
Got ya covered. Very last command line switch: "-Z".
http://www.nasm.us/xdoc/2.09.08/html/nasmdoc2.html#section-2.1.14
Best,
Frank
Logged
gidak
Jr. Member
Posts: 6
Re: Nasm output
«
Reply #2 on:
April 27, 2011, 10:03:47 PM »
Thanks man
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Nasm output