2013-03-28 53 views

回答

2

將括號中的地址括起來。例如:

mov [LC1],eax  ; Store the value of eax at address LC1 
mov byte [LC1+8],0 ; Store the 8-bit immediate 0 at address LC1+8 

有關詳細信息(特別是第3.3節),請參閱NASM manual