"Cortex-M"의 두 판 사이의 차이
TRACE32
4번째 줄: | 4번째 줄: | ||
<h3>Memory access instructions</h3> | <h3>Memory access instructions</h3> | ||
<p><strong><a style="font-family: malgun;" href="/wiki/index.php/LDR_and_STR"><span style="color: #3366ff;">LDR and STR basic form</span></a></strong> : LDR/STR 명령의 기본 설명입니다.</p> | <p><strong><a style="font-family: malgun;" href="/wiki/index.php/LDR_and_STR"><span style="color: #3366ff;">LDR and STR basic form</span></a></strong> : LDR/STR 명령의 기본 설명입니다.</p> | ||
− | <p | + | <p><span style="color: #3366ff;"><strong><a href="/wiki/index.php/LDR_and_STR,_immediate_offset">LDR and STR, immediate offset</a></strong></span> : "LDR R0, [R13,<span style="color: #ff9900;">#0x48</span>]" 과 같이 LDR/STR 명령에 상수값의 오프셋이 포함된 경우입니다.</p> |
<p><span style="color: #3366ff;">LDR and STR, register offset</span> : "STR R0, [R2, <span style="color: #ff9900;">R4</span>]" 와 같이 LDR/STR 명령에 레지스터값의 오프셋이 포함된 경우입니다.</p> | <p><span style="color: #3366ff;">LDR and STR, register offset</span> : "STR R0, [R2, <span style="color: #ff9900;">R4</span>]" 와 같이 LDR/STR 명령에 레지스터값의 오프셋이 포함된 경우입니다.</p> | ||
<p>LDM and STM : </p> | <p>LDM and STM : </p> |
2015년 4월 30일 (목) 17:16 판
* 계속 업데이트 중 입니다. 링크를 통하여 해당 문서로 이동하실 수 있습니다. *
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 :
General data processing instructions
ADD, ADC, SUB, SBC and RSB
AND, ORR, EOR, BIC and ORN
Multiply and divide instructions
Saturating instructions
Bitfield instructions
Miscellaneous instructinos