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(eax, [ebx]);, mov(&iValue, EBX); 和 mov(VarName[eax], al); 意思是?谢谢!