阅读:1385回复:3
只有18分了,希望各位大侠不要嫌少,帮小弟一下!
小弟是个新手,从没用过SOFTICE,现在想用它来调试一个汇编程序
然后在VC中调用这段代码。那位大侠能告诉我怎样用它调DOS汇编程序。 另外,请教一下符号表是个什么东东? |
|
沙发#
发布于:2002-03-22 06:00
For DOS asmbler program, both TurboDebugger and CodeView (in masm) are good. Especially for CodeView, you can get it in masm611 IDE. Just start PWB, then you can edit code, asmbler code and debug code all together. And the help inside PWB is very good for asmbler programmer.
Symbol table is a concept of compiler, every variable name and function name is a symbol ... Sorry, I can\'t explain it very well. Read a .map file, or read a book about compiler, you will get an idea about what it\'s. |
|
板凳#
发布于:2002-03-22 09:31
其实如果是汇编程序,用什么调试都差不多。因为它太接近机器语言了。你如果有DOS下用DEBUG调试的经验就知道了。我们用SOFTICE主要是用来源代码调试,还有比汇编更原始的代码吗?! :)
|
|
|
地板#
发布于:2002-03-22 22:41
我觉得还是用SOFTICE调好一些,因为SOFTICE可以看见一些变量值。
恭喜你会汇编!你做一个带有SOFTICE的DOS启动盘。 在SOFTICE里面有这方面的介绍。 好久没有搞DOS下的东西了,都忘的差不多了! |
|