debug.com push b800



How do you push a number onto the stack when using debug.com?

Is there a reference manual on how to use debug.com anywhere? The
list of instructions supported?

I'm trying to push a 32-bit number onto the stack and debug.com
seems to be expecting something different.

I was thinking to use the Intel manual and it's displaying:
Opcode Instruction
FF /6 PUSH r/m16
FF /6 PUSH r/m32

It looks like there's a lot of stuff that debug doesn't know about.

I know I've downloaded another command-line debugger from somewhere
to replace debug.com. If anyone knows of a link to one thanks for the help.

--
Jim Carlock
Please post replies to newsgroup.

.



Relevant Pages

  • Re: Linux, X, ld, gcc, linking, shared libraries and stuff
    ... >> to solve the problem with the two different push instructions. ... But here the answer maybe is: I will show you that RosAsm ... a 32 bit offset or simple a "br" if the assembler should decide. ...
    (alt.lang.asm)
  • Re: debug.com push b800
    ... Jim Carlock wrote: ... but all 8086 instructions. ... | I'm trying to push a 32-bit number onto the stack and debug.com ...
    (comp.lang.asm.x86)
  • Re: on reduce instruction lenght
    ... "mov eax, ebx" to ... push r1, r2, r3; ... map to all instructions, which will make any complete implementation ... the source download for my compiler does include the complete ...
    (alt.lang.asm)
  • Re: Learning Assembly with an HLL
    ... push Title ... Which would only introduce confusions since none of these instructions ... Introducing a page of HLL Source never did that job. ...
    (comp.lang.asm.x86)
  • Re: Higher Order Instructions
    ... push or pop instructions on the evaluation stack. ... CIL maps linearly to machine code. ...
    (microsoft.public.dotnet.framework.clr)