Re: Question about jumps
- From: "Dragontamer" <prtiglao@xxxxxxxxx>
- Date: 30 Aug 2006 21:09:47 -0700
randyhyde@xxxxxxxxxxxxx wrote:
So instead,
you've written code that reads a *character* from the input, shifts it
to the left, and prints a character to the output.
Actually, in nasm, unless you do [] around a variable; it is taken
as a pointer. So he does what Frank said: He simply takes the memory
pointer; doubles it, and then writes whatever is at that new memory
spot is...
This is somewhat different than masm... (well... kinda opposite. Masm
has that strange ptr thing doesnt it?) so I can see the confusion.
--Dragontamer
.
- References:
- Question about jumps
- From: Markus Pitha
- Re: Question about jumps
- From: Evenbit
- Re: Question about jumps
- From: Markus Pitha
- Re: Question about jumps
- From: randyhyde@xxxxxxxxxxxxx
- Question about jumps
- Prev by Date: Re: PUSH instruction family
- 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
|