Popping Stack and then Displaying value



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!

.



Relevant Pages

  • Re: Popping Stack and then Displaying value
    ... int 29h ... jnz LoopMe ... How can I display what is in AX after the instruction "add ax,bx"? ... for debugging purpose, when you have tools that can help you on that ...
    (alt.lang.asm)
  • Re: Popping Stack and then Displaying value
    ... cmp cx,10h ... jnz LoopMe ... How can I display what is in AX, after the instruction "add ax,bx"? ... Who OS uses int 29h? ...
    (comp.lang.asm.x86)
  • Popping Stack and then Displaying value
    ... int 29h ... jnz LoopMe ... How can I display what is in AX after the instruction "add ax,bx"? ...
    (alt.lang.asm)
  • Re: display array in a frame wnd
    ... Some display are corresponding to several cameras (global ... void CDisplayImg::DrawToHDC ... void CDisplayImg::FillBitmapInfo(BITMAPINFO* bmi, int width, int height, ... int bpp, int origin) ...
    (microsoft.public.vc.mfc)
  • Re: Roy Ratcliffes Java Splash Screen
    ... Both display the 'warning applet window' as expected, but NN clears, ... end and the splash frame to finalize. ... int displayTime) throws IOException { ... public void finish{ ...
    (comp.lang.java.gui)