honestapple
驱动牛犊
驱动牛犊
  • 注册日期2002-03-09
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1347回复:3

只有18分了,希望各位大侠不要嫌少,帮小弟一下!

楼主#
更多 发布于:2002-03-19 19:55
小弟是个新手,从没用过SOFTICE,现在想用它来调试一个汇编程序
然后在VC中调用这段代码。那位大侠能告诉我怎样用它调DOS汇编程序。
另外,请教一下符号表是个什么东东?
xqchen
驱动牛犊
驱动牛犊
  • 注册日期2001-09-07
  • 最后登录2004-12-12
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于: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.  
tigerzd
驱动老牛
驱动老牛
  • 注册日期2001-08-25
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-03-22 09:31
其实如果是汇编程序,用什么调试都差不多。因为它太接近机器语言了。你如果有DOS下用DEBUG调试的经验就知道了。我们用SOFTICE主要是用来源代码调试,还有比汇编更原始的代码吗?! :)
犯强汉者,虽远必诛! [img]http://www.driverdevelop.com/forum/upload/tigerzd/2002-12-13_sf10.JPG[/img]
guardee
驱动巨牛
驱动巨牛
  • 注册日期2002-11-08
  • 最后登录2010-05-29
  • 粉丝2
  • 关注1
  • 积分2分
  • 威望34点
  • 贡献值0点
  • 好评度6点
  • 原创分0分
  • 专家分0分
地板#
发布于:2002-03-22 22:41
我觉得还是用SOFTICE调好一些,因为SOFTICE可以看见一些变量值。
恭喜你会汇编!你做一个带有SOFTICE的DOS启动盘。
在SOFTICE里面有这方面的介绍。
好久没有搞DOS下的东西了,都忘的差不多了!
游客

返回顶部