"Cortex-M"의 두 판 사이의 차이

TRACE32
이동: 둘러보기, 검색
1번째 줄: 1번째 줄:
<p><span style="font-family: malgun;">* 작성 중 입니다 *&nbsp;</span></p>
+
<p><span style="font-family: malgun;">* 계속 업데이트 중 입니다 *&nbsp;</span></p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<h2><span style="font-family: malgun; font-size: x-large;">Cortex-M instruction set</span></h2>
 
<h2><span style="font-family: malgun; font-size: x-large;">Cortex-M instruction set</span></h2>
 
<h3><span style="font-family: malgun; font-size: large;">Memory access instructions</span></h3>
 
<h3><span style="font-family: malgun; font-size: large;">Memory access instructions</span></h3>
<h4><strong><span style="font-family: malgun; font-size: small;">LDR and STR</span></strong></h4>
+
<p><a style="font-family: malgun;" href="/wiki/index.php/LDR_and_STR"><span style="color: #3366ff;">LDR and STR basic form</span></a><span style="font-family: malgun;"> : LDR/STR 명령의 기본 설명입니다.</span></p>
<p><span style="font-family: malgun;"><a href="/wiki/index.php/LDR_and_STR"><span style="color: #3366ff;">LDR and STR basic form</span></a> : LDR/STR 명령의 기본 설명입니다.</span></p>
+
<p><span style="font-family: malgun;">LDR and STR, immediate offset : "LDR R0, [R13,#0x48]" 과 같이 LDR/STR 명령에 상수값의 오프셋이 포함된 경우입니다.</span></p>
<p><span style="font-family: malgun;">LDR and STR, immediate offset</span></p>
+
<p><span style="font-family: malgun;">LDR and STR, register offset : "STR R0, [R2, R4]" 와 같이 LDR/STR 명령에 레지스터값의 오프셋이 포함된 경우입니다.</span></p>
<p><span style="font-family: malgun;">LDR and STR, register offset</span></p>
+
<p><span style="font-family: malgun;">LDM and STM :&nbsp;</span></p>
 +
<p><span style="font-family: malgun;">PUSH and POP :</span></p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p><span style="font-family: malgun; font-size: small;"><br /></span></p>
 
<p><span style="font-family: malgun; font-size: small;"><br /></span></p>

2015년 4월 30일 (목) 15:40 판

* 계속 업데이트 중 입니다 * 

 

Cortex-M instruction set

Memory access instructions

LDR and STR basic form : LDR/STR 명령의 기본 설명입니다.

LDR and STR, immediate offset : "LDR R0, [R13,#0x48]" 과 같이 LDR/STR 명령에 상수값의 오프셋이 포함된 경우입니다.

LDR and STR, register offset : "STR R0, [R2, R4]" 와 같이 LDR/STR 명령에 레지스터값의 오프셋이 포함된 경우입니다.

LDM and STM : 

PUSH and POP :