8051/PIC > 8051 Instruction Set

TODAY17,502 TOTAL6,609,497
사이트 이용안내
Login▼/회원가입
최신글보기 질문게시판 기술자료 동영상강좌

아두이노 센서 ATMEGA128 PWM LED 초음파 AVR 블루투스 LCD UART 모터 적외선


BASIC4MCU | 8051/PIC | 8051 | 8051 Instruction Set

페이지 정보

작성자 키트 작성일2017-09-12 10:46 조회5,176회 댓글0건

본문

~:  8051 Instruction Set  :~

Here one can find complete instruction set of 8051 micro-controller. Complete information regarding each instruction like operational explanation, addressing mode, no. of byte occupied, no. of cycles used etc is given. So just, go through it. It’s a ready reference.

 

 

All 8051 instructions are broadly classify in to four groups data moving, logical, arithmetic and branching.

 

 

Data moving / handling Instructions: -

 

Mnemonics

 

Operational description

 

Addressing mode

 

No. of bytes occupied

 

No. of cycles used

 

Mov a,#num

 

Copy the immediate data num in to acc

 

immediate

 

2

 

1

 

Mov Rx,a

 

Copy the data from acc to Rx

 

register

 

1

 

1

 

Mov a,Rx

 

Copy the data from Rx to acc

 

register

 

1

 

1

 

Mov Rx,#num

 

Copy the immediate data num in to Rx

 

immediate

 

2

 

1

 

Mov a,add

 

Copy the data from direct address add to acc

 

direct

 

2

 

1

 

Mov add,a

 

Copy the data from acc to direct address add

 

direct

 

2

 

1

 

Mov add,#num

 

Copy the immediate data num in to direct address

 

direct

 

3

 

2

 

Mov add1,add2

 

Copy the data from add2 to add1

 

direct

 

3

 

2

 

Mov Rx,add

 

Copy the data from direct address add to Rx

 

direct

 

2

 

2

 

Mov add,Rx

 

Copy the data from Rx to direct address add

 

direct

 

2

 

2

 

Mov @Rp,a

 

Copy the data in acc to address in Rp

 

Indirect

 

1

 

1

 

Mov a,@Rp

 

Copy the data that is at address in Rp to acc

 

Indirect

 

1

 

1

 

Mov add,@Rp

 

Copy the data that is at address in Rp to add

 

Indirect

 

2

 

2

 

Mov @Rp,add

 

Copy the data in add to address in Rp

 

Indirect

 

2

 

2

 

Mov @Rp,#num

 

Copy the immediate byte num to the address in Rp

 

Indirect

 

2

 

1

 

Movx a,@Rp

 

Copy the content of external add in Rp to acc

 

Indirect

 

1

 

2

 

Movx a,@DPTR

 

Copy the content of external add in DPTR to acc

 

Indirect

 

1

 

2

 

Movx @Rp,a

 

댓글 0

조회수 5,176

등록된 댓글이 없습니다.

8051/PICHOME > 8051/PIC > 8051 목록

게시물 검색

2022년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2021년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2020년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2019년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2018년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
Privacy Policy
MCU BASIC ⓒ 2020
모바일버전으로보기