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

TRACE32
이동: 둘러보기, 검색
19번째 줄: 19번째 줄:
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<h3><span style="font-size: small;">Branch and control instructions</span></h3>
 
<h3><span style="font-size: small;">Branch and control instructions</span></h3>
<p style="padding-left: 30px;"><span style="font-size: small;">B, BL, BX and BLX : Branch, Branch with Link 등 각종 분기문에 대한 설명입니다.</span></p>
+
<p style="padding-left: 30px;"><span style="font-size: small;"><strong><a href="/wiki/index.php/B,_BL,_BX_and_BLX">B, BL, BX and BLX</a></strong> : Branch, Branch with Link 등 각종 분기문에 대한 설명입니다.</span></p>
 
<p style="padding-left: 30px;"><span style="font-size: small;">CBZ and CBNZ : Compare and Branch 에 대한 설명입니다.</span></p>
 
<p style="padding-left: 30px;"><span style="font-size: small;">CBZ and CBNZ : Compare and Branch 에 대한 설명입니다.</span></p>
 
<p style="padding-left: 30px;"><span style="font-size: small;">IT : If-Then 구문에 대한 설명입니다.</span></p>
 
<p style="padding-left: 30px;"><span style="font-size: small;">IT : If-Then 구문에 대한 설명입니다.</span></p>

2015년 5월 8일 (금) 10:27 판

* 계속 업데이트 중 입니다. 링크를 통하여 해당 문서로 이동하실 수 있습니다. * 

 

Cortex-M instruction set

Memory access instructions

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

LDR and STR, data width : 바이트(8-bit), 하프워드(16-bit), 워드(32-bit) 단위로 동작하는 LDR/STR 명령에 대한 설명입니다.

LDR and STR, immediate offset : "LDR R0, [R13,#0x48]" 과 같이 LDR/STR 명령에 상수값의 오프셋이 포함된 경우에 대한 설명입니다. pre-indexed, post-indexed 에 대한 설명도 같이 기재되어 있습니다.

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

LDM and STM : 여러개의 데이터를 한번에 복사하는 load/store multiple에 대한 설명입니다.

PUSH and POP : full-descending 방식의 스택 메모리에 여러 레지스터 값을 쓰거나(PUSH), 읽어옵니다(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

 

Branch and control instructions

B, BL, BX and BLX : Branch, Branch with Link 등 각종 분기문에 대한 설명입니다.

CBZ and CBNZ : Compare and Branch 에 대한 설명입니다.

IT : If-Then 구문에 대한 설명입니다.

TBB and TBH : Table Branch 에 대한 설명입니다.



Miscellaneous instructinos