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言語でも同じことをしたいです。
前もって感謝します!