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.
"mov cx, [bp+6]" 使用什么寻址方式?处理器是 intel 8086。我正在学习 Douglas V. Hall 的“微处理器和接口”。我知道它的内存寻址模式。但不确定是基于寻址模式还是索引寻址模式?
[bp+6]是基于寻址模式。从原始 8086 文档:
[bp+6]
在基址寻址中,有效地址是位移值与寄存器 BX 或寄存器 BP 的内容之和。
索引寻址模式类似,但使用SIorDI寄存器。
SI
DI
基本上,您有以下模式:
[1234]
[bx]
4[bx]
[bp+8]
4[si]
[di+4]
4[bx][si]
[bx+si+4]
i want to do this:
<object type="image/svg+xml" id="tornado5" data="bitmaps/tornado2.svg"> </object>
but i want to do it in javascript dynamically... i tried: