Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是组装新手,目前正在阅读一个经常表达诸如ax:bx, ds:dx,之类的指南ss:sp。
ax:bx
ds:dx
ss:sp
我将在“Mastering Turbo Assembly”第 85 页一书中的示例中使用上述方法之一。
请注意,ss:sp 中的逻辑地址指向堆栈中最后一个字节下方的字节。
:符号的含义是什么?
:
亲切的问候。
这些是在段中表示的内存地址:偏移方案。参见例如http://thestarman.pcministry.com/asm/debug/Segments.html