摘要: 1.将下面的程序编译连接,用Debug加载、跟踪,然后回答问题。 assume cs:code,ds:data,ss:stack data segment dw 0123h,0456h,0789h,0abch,0defh,0fedh,0cbah,0987h data ends stack segme 阅读全文
posted @ 2018-11-30 22:14 月落霜冷 阅读(231) 评论(1) 推荐(0)