Giáo trình Vi điều khiển-Phụ lục 3: Tóm tắt tập lệnh Phụ lục 3: TÓM
Số trang: 4
Loại file: pdf
Dung lượng: 102.73 KB
Lượt xem: 9
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Giáo trình Vi điều khiểnPhụ lục 3 – Tóm tắt tập lệnhPhụ lục 3: TÓM TẮT TẬP LỆNHMnemonic Description Byte Oscillator Period 1 2 1 2 1 2 1 2 1 2 1 2 1 1 2 1 1 2 2 1 1 1 1 1 1 2 1 2 2 3 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 24 48 48 12 12 12 12 12 12 24Trang 191ARITHMETIC OPERATIONS ADD A,Rn Add register to Accumulator ADD A,direct Add direct byte to Accumulator ADD A,@Ri Add...
Nội dung trích xuất từ tài liệu:
Giáo trình Vi điều khiển-Phụ lục 3: Tóm tắt tập lệnh Phụ lục 3: TÓMGiáo trình Vi điều khiển Phụ lục 3 – Tóm tắt tập lệnh Phụ lục 3: TÓM TẮT TẬP LỆNHMnemonic Description Byte Oscillator PeriodARITHMETIC OPERATIONSADD A,Rn Add register to Accumulator 1 12ADD A,direct Add direct byte to Accumulator 2 12ADD A,@Ri Add indirect RAM to Accumulator 1 12ADD A,#data Add immediate data to Accumulator 2 12ADDC A,Rn Add register to Accumulator with 1 12 CarryADDC A,direct Add direct byte to Accumulator with 2 12 CarryADDC A,@Ri Add indirect RAM to Accumulator with 1 12 CarryADDC A,#data Add immediate data to Acc with Carry 2 12SUBB A,Rn Subtract Register from Acc with 1 12 BorrowSUBB A,direct Subtract direct byte from Acc with 2 12 BorrowSUBB A,@Ri Subtract indirect RAM from ACC with 1 12 BorrowSUBB A,#data Subtract immediate data from Acc 2 12 with borrowINC A Increment Accumulator 1 12INC Rn Increment register 1 12INC direct Increment direct byte 2 12INC @Ri Increment direct RAM 1 12DEC A Decrement Accumulator 1 12DEC Rn Decrement Register 2 12DEC direct Decrement direct byte 2 12DEC @Ri Decrement indirect RAM 1 12INC DPTR Increment Data Pointer 1 24MUL AB Multiply A & B 1 48DIV AB Divide A by B 1 48DA A Decimal Adjust Accumulator 1 12LOGICAL OPERATIONSANL A,Rn AND Register to Accumulator 1 12ANL A,direct AND direct byte to Accumulator 2 12ANL A,@Ri AND indirect RAM to Accumulator 1 12ANL A,#data AND immediate data to Accumulator 2 12ANL direct,A AND Accumulator to direct byte 2 12ANL direct,#data AND immediate data to direct byte 3 24Phạm Hùng Kim Khánh Trang 191Giáo trình Vi điều khiển Phụ lục 3 – Tóm tắt tập lệnhORL A,Rn OR register to Accumulator 1 12ORL A,direct OR direct byte to Accumulator 2 12ORL A,@Ri OR indirect RAM to Accumulator 1 12ORL A,#data OR immediate data to Accumulator 2 12ORL direct,A OR Accumulator to direct byte 2 12ORL direct,#data OR immediate data to direct byte 3 24XRL A,Rn Exclusive-OR register to Accumulator 1 12XRL A,direct Exclusive-OR direct byte to 2 12 AccumulatorXRL A,@Ri Exclusive-OR indirect RAM to 1 12 AccumulatorXRL A,#data Exclusive-OR immediate data to 2 12 AccumulatorXRL direct,A Exclusive-OR Accumulator to direct 2 12 ByteXRL direct,#data Exclusive-OR immediate data to 3 24 direct byteCLR A Clear Accumulator 1 12CPL A Complement Accumulator 1 12RL A Rotate Accumulator Left 1 12RLC A Rotate Accumulator Left through the 1 12 CarryRR A Rotate Accumulator Right 1 12RRC A Rotate Accumulator Right through the 1 12 CarrySWAP A Swap nibbles within the Accumulator 1 12DATA TRANSFERMOV A,Rn Move register to Accumulator 1 12MOV A,direct Move direct byte to Accumulator 2 12MOV A,@Ri Move indirect RAM to Accumulator ...
Nội dung trích xuất từ tài liệu:
Giáo trình Vi điều khiển-Phụ lục 3: Tóm tắt tập lệnh Phụ lục 3: TÓMGiáo trình Vi điều khiển Phụ lục 3 – Tóm tắt tập lệnh Phụ lục 3: TÓM TẮT TẬP LỆNHMnemonic Description Byte Oscillator PeriodARITHMETIC OPERATIONSADD A,Rn Add register to Accumulator 1 12ADD A,direct Add direct byte to Accumulator 2 12ADD A,@Ri Add indirect RAM to Accumulator 1 12ADD A,#data Add immediate data to Accumulator 2 12ADDC A,Rn Add register to Accumulator with 1 12 CarryADDC A,direct Add direct byte to Accumulator with 2 12 CarryADDC A,@Ri Add indirect RAM to Accumulator with 1 12 CarryADDC A,#data Add immediate data to Acc with Carry 2 12SUBB A,Rn Subtract Register from Acc with 1 12 BorrowSUBB A,direct Subtract direct byte from Acc with 2 12 BorrowSUBB A,@Ri Subtract indirect RAM from ACC with 1 12 BorrowSUBB A,#data Subtract immediate data from Acc 2 12 with borrowINC A Increment Accumulator 1 12INC Rn Increment register 1 12INC direct Increment direct byte 2 12INC @Ri Increment direct RAM 1 12DEC A Decrement Accumulator 1 12DEC Rn Decrement Register 2 12DEC direct Decrement direct byte 2 12DEC @Ri Decrement indirect RAM 1 12INC DPTR Increment Data Pointer 1 24MUL AB Multiply A & B 1 48DIV AB Divide A by B 1 48DA A Decimal Adjust Accumulator 1 12LOGICAL OPERATIONSANL A,Rn AND Register to Accumulator 1 12ANL A,direct AND direct byte to Accumulator 2 12ANL A,@Ri AND indirect RAM to Accumulator 1 12ANL A,#data AND immediate data to Accumulator 2 12ANL direct,A AND Accumulator to direct byte 2 12ANL direct,#data AND immediate data to direct byte 3 24Phạm Hùng Kim Khánh Trang 191Giáo trình Vi điều khiển Phụ lục 3 – Tóm tắt tập lệnhORL A,Rn OR register to Accumulator 1 12ORL A,direct OR direct byte to Accumulator 2 12ORL A,@Ri OR indirect RAM to Accumulator 1 12ORL A,#data OR immediate data to Accumulator 2 12ORL direct,A OR Accumulator to direct byte 2 12ORL direct,#data OR immediate data to direct byte 3 24XRL A,Rn Exclusive-OR register to Accumulator 1 12XRL A,direct Exclusive-OR direct byte to 2 12 AccumulatorXRL A,@Ri Exclusive-OR indirect RAM to 1 12 AccumulatorXRL A,#data Exclusive-OR immediate data to 2 12 AccumulatorXRL direct,A Exclusive-OR Accumulator to direct 2 12 ByteXRL direct,#data Exclusive-OR immediate data to 3 24 direct byteCLR A Clear Accumulator 1 12CPL A Complement Accumulator 1 12RL A Rotate Accumulator Left 1 12RLC A Rotate Accumulator Left through the 1 12 CarryRR A Rotate Accumulator Right 1 12RRC A Rotate Accumulator Right through the 1 12 CarrySWAP A Swap nibbles within the Accumulator 1 12DATA TRANSFERMOV A,Rn Move register to Accumulator 1 12MOV A,direct Move direct byte to Accumulator 2 12MOV A,@Ri Move indirect RAM to Accumulator ...
Tìm kiếm theo từ khóa liên quan:
giáo trình mạch điện tử bài giảng điện tử giáo trình thiết kế điện Trang bị điện điện tử công nghiệpTài liệu liên quan:
-
BÀI GIẢNG LẬP TRÌNH GHÉP NỐI THIẾT BỊ NGOẠI VI
42 trang 262 2 0 -
Giáo trình Kỹ thuật điện (Nghề: Điện tử công nghiệp - Trung cấp) - Trường Cao đẳng Cơ giới
124 trang 237 2 0 -
ĐỒ ÁN TỐT NGHIỆP: THIẾT KẾ HỆ THỐNG CUNG CẤP ĐIỆN CHO NHÀ MÁY SẢN XUẤT GẠCH MEN SHIJAR
63 trang 233 0 0 -
82 trang 227 0 0
-
71 trang 184 0 0
-
Đồ án tốt nghiệp Điện tự động công nghiệp: Thiết kế bộ đo tần số đa năng
50 trang 177 0 0 -
78 trang 175 0 0
-
Giáo trình Mạch điện tử - Trường Cao đẳng nghề Số 20
97 trang 170 0 0 -
49 trang 157 0 0
-
HƯỚNG DẪN THIẾT KẾ BÀI GIẢNG BẰNG LECTURE MAKER
24 trang 149 0 0