2013-03-28 2 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 절을 참조하십시오.