Popping Stack and then Displaying value
- From: "Chris" <spamtrap@xxxxxxxxxx>
- Date: 8 Oct 2006 19:27:34 -0700
If I have this:
[code]
LoopMe:
push ax
add ax,bx
;<======= Display AX here
pop bx
int 29h
inc cx
cmp cx,10h
jnz LoopMe
[/code]
How can I display what is in AX, after the instruction "add ax,bx"?
Thanks!
.
- Follow-Ups:
- Re: Popping Stack and then Displaying value
- From: spamtrap
- Re: Popping Stack and then Displaying value
- From: Robert Redelmeier
- Re: Popping Stack and then Displaying value
- Prev by Date: Re: project preporcessor for GAS
- Next by Date: Get the FAQs
- Previous by thread: Multi-section bin code users: RFC
- Next by thread: Re: Popping Stack and then Displaying value
- Index(es):
Relevant Pages
|