Re: Question about jumps
- From: Markus Pitha <ngNOSPAM@xxxxxxxxxx>
- Date: Sun, 27 Aug 2006 12:57:25 +0200
Am Sun, 27 Aug 2006 12:49:37 +0200 schrieb Herbert Kleebauer:
Markus Pitha wrote:
Frank already gave you the answer, but a few questions:
segment .data
Is your program (and not only the data) really stored and executed
in the data segment? Which assembler sets the data segment executable?
No, it was my mistake. The program is stored in the .text segment. I just
wanted to delete all the unnecessary code and obviously I deleted too
much.
successmsg db "eax is set to 1.", 0, 10^
Which purpose has the 0?
0 terminates the string and 10 is a newline, isn't it?
.
- Follow-Ups:
- Re: Question about jumps
- From: Herbert Kleebauer
- Re: Question about jumps
- References:
- Question about jumps
- From: Markus Pitha
- Re: Question about jumps
- From: Herbert Kleebauer
- Question about jumps
- Prev by Date: Re: Question about jumps
- Next by Date: Re: Question about jumps
- Previous by thread: Re: Question about jumps
- Next by thread: Re: Question about jumps
- Index(es):
Relevant Pages
|