16 bit debugging - options?




what are my options for debugging 16 bit dos apps assembled with masm ??

I'm trying DEBUG, but it doesn't correctly interpret my opcodes, and the
Instruction pointer doesn't increment properly.

I've heard some people mention codeview, but I can't seem to find a place
to download it.

--
Regards,
Pop Tart
.



Relevant Pages

  • Re: 16 bit debugging - options?
    ... I'm trying DEBUG, but it doesn't correctly interpret my opcodes, and the ... Instruction pointer doesn't increment properly. ...
    (alt.lang.asm)
  • Re: How to access object attributes given a string
    ... # End of script (appended by the compiler) ... if debug: print "Checking ", spaces, cmd, params, ... # Ignore lines until we find an ENDIF at the same code ... Prints opcodes or indented source code ...
    (comp.lang.python)