【发布时间】:2016-08-27 09:39:39
【问题描述】:
我不知道如何在 x86 中访问 stl 向量。我试过这样做,但我有一些错误。
mov ebx, stl_vector
mov eax, [ebx] ;Here I want to store the first element of the vector
mov edx, [ebx + 4] ; I want to store the second element of the vector
我想用 SSE 语言做同样的事情。
提前谢谢你!
【问题讨论】: