Re: delete "0D"
Am Fri, 22 Aug 2008 23:26:04 +0200 schrieb J.Dorval:
Hi Dirk,
did you use nasm ?
No this is a MASM-Syntax and there are some differrence from NASM.
; i try " nasm input.asm -f bin -o output.bin "
i have error messages
Yes, see Franks posting for details.
Dirk
.
Relevant Pages
- Re: Getting numeric errors from NASM
... > Hi Francesco, ... > from ld, not Nasm. ... > By default, Nasm writes its error messages to stderr, of course. ... > Getting the line-number from the error file would let you return to the ... (alt.lang.asm) - Re: Getting numeric errors from NASM
... > Hi Francesco, ... > from ld, not Nasm. ... > By default, Nasm writes its error messages to stderr, of course. ... > Getting the line-number from the error file would let you return to the ... (alt.lang.asm) - Re: Getting numeric errors from NASM
... creating this IDE just to learn asm for Linux, ... if you're getting that error message, Nasm is confused. ... Better still would be for all the error messages to be in a separate file, referenced "by number" in the Nasm error routines, so that someone could translate them to other languages. ... (alt.lang.asm) - Re: masm linking from console
... NASM have confused me at times by not doing what I would expect them to. ... they have thrown up error messages for what appear to me to be easily resolvable forward references. ... the assembler is essentially always right, what I need to do is figure out how the tool expects to be used. ... I can't suggest a really good reference for that. ... (alt.lang.asm) |
|