Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. maxcai

    why my program jmp to 0100:0012 ?

    I'm studying the action of the stack. By the way, the program use the 12-word stack works in the pure dos 7.1 and command in the windows 2003 , but not in the command of win98. I think the problem is the about the virtual dos in windows. I wonder how these dos manage the stack.
  2. maxcai

    why my program jmp to 0100:0012 ?

    Hello AirCon. I change the stack to dw 14 dup(0).And it woks. I'm puzzled that I just pop 12 word to the stack, but I have at leat 14-word stack. Can you explain why?
  3. maxcai

    why my program jmp to 0100:0012 ?

    ;================================= stacksg segment para stack 'stack' dw 13 dup(0) stacksg ends ;================================= datasg segment 'data' fldb dw 123H datasg ends ;================================= codesg...
  4. maxcai

    about the debug.exe and its -a

    Thank you very much. With your help.I now can figure it out. This is the operation: -a 106C:0100 es: 106C:0101 mov ax , [20] 106C:0104 ^_^
  5. maxcai

    about the debug.exe and its -a

    Why can't I use debug.exe in this way: -a100 106C:0100 mov ax , ss:[100] After my enter,it will come out with a error like below ^ Error ?

Part and Inventory Search

Back
Top