JavaShuo
栏目
标签
[REPUBLISH] PIC18Fxxx Instruction Set
时间 2019-11-14
标签
republish
pic
instruction
set
繁體版
原文
原文链接
Byte-oriented File Register Operations
ADDWF
— Add WREG to f
ADDWFC
— Add WREG and Carry bit to f
ANDWF
— AND WREG with f
CLRF
— Clear f
COMF
— Complement f
CPFSEQ
— Compare f with WREG, skip =
CPFSGT
— Compare f with WREG, skip if >
CPFSLT
— Compare f with WREG, skip if <
DECF
— Decrement f
DECFSZ
— Decrement f, Skip if 0
DCFSNZ
— Decrement f, Skip if Not 0
INCF
— Increment f
INCFSZ
— Increment f, Skip if 0
INFSNZ
— Increment f, Skip if Not 0
IORWF
— Inclusive OR WREG with f
MOVF
— Move f
MOVFF
— Move fs (source) to fd (destination)
MOVWF
— Move WREG to f
MULWF
— Multiply WREG with f
NEGF
— Negate f
RLCF
— Rotate Left f through Carry
RLNCF
— Rotate Left f (No Carry)
RRCF
— Rotate Right f through Carry
RRNCF
— Rotate Right f (No Carry)
SETF
— Set f
SUBFWB
— Subtract f from WREG with borrow
SUBWF
— Subtract WREG from f
SUBWFB
— Subtract WREG from f with borrow
SWAPF
— Swap nibbles in f
TSTFSZ
— Test f, skip if 0
XORWF
— Exclusive OR WREG with f
Bit-oriented File Register Operations
BCF
— Bit Clear f
BSF
— Bit Set f
BTFSC
— Bit Test f, Skip if Clear
BTFSS
— Bit Test f, Skip if Set
BTG
— Bit Toggle f
Control Operations
BC
— Branch if Carry
BN
— Branch if Negative
BNC
— Branch if Not Carry
BNN
— Branch if Not Negative
BNOV
— Branch if Not Overflow
BNZ
— Branch if Not Zero
BOV
— Branch if Overflow
BRA
— Branch Unconditionally
BZ
— Branch if Zero
CALL
— Call subroutine
CLRWDT
— Clear Watchdog Timer
DAW
— Decimal Adjust WREG
GOTO
— Go to address
NOP
— No Operation
POP
— Pop top of return stack (TOS)
PUSH
— Push top of return stack (TOS)
RCALL
— Relative Call
RESET
— Software device RESET
RETFIE
— Return from interrupt enable
RETLW
— Return with literal in WREG
RETURN
— Return from Subroutine
SLEEP
— Go into Standby mode
Literal Operations
ADDLW
— Add literal and WREG
ANDLW
— AND literal with WREG
IORLW
— Inclusive OR literal with WREG
LFSR
— Move literal to FSRx
MOVLB
— Move literal to BSR<3:0>
MOVLW
— Move literal to WREG
MULLW
— Multiply literal with WREG
RETLW
— Return with literal in WREG
SUBLW
— Subtract WREG from literal
XORLW
— Exclusive OR literal with WREG
Data Memory & Program Memory Operations
TBLRD*
— Table Read
TBLRD*+
— Table Read with post-increment
TBLRD*-
— Table Read with post-decrement
TBLRD+*
— Table Read with pre-increment
TBLWT*
— Table Write
TBLWT*+
— Table Write with post-increment
TBLWT*-
— Table Write with post-decrement
TBLWT+*
— Table Write with pre-increment
相关文章
1.
[查阅]MSIL Instruction Set
2.
The Instruction Set In Cortex-M3
3.
Reimaging heterogeneous computing:A functional instruction-set architecture computing model.md
4.
Illegal instruction
5.
Design of the RISC-V Instruction Set Architecture笔记(chapter5)
6.
Design of the RISC-V Instruction Set Architecture笔记(chapter1-2)
7.
Design of the RISC-V Instruction Set Architecture笔记(chapter6)
8.
CPU Instruction Pointer
9.
UnityAsseet-FieldScriptWriter‘s instruction
10.
Oracle 12C AFD instruction
更多相关文章...
•
XSLT
元素
-
XSLT 教程
•
Scala Set(集合)
-
Scala教程
•
Kotlin学习(二)基本类型
•
算法总结-广度优先算法
相关标签/搜索
republish
instruction
set
17.set
get&set
dict&&set
c++set
stringstream+set
set&num
Redis教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
ubantu 增加搜狗输入法
2.
用实例讲DynamicResource与StaticResource的区别
3.
firewall防火墙
4.
页面开发之res://ieframe.dll/http_404.htm#问题处理
5.
[实践通才]-Unity性能优化之Drawcalls入门
6.
中文文本错误纠正
7.
小A大B聊MFC:神奇的静态文本控件--初识DC
8.
手扎20190521——bolg示例
9.
mud怎么存东西到包_将MUD升级到Unity 5
10.
GMTC分享——当插件化遇到 Android P
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
[查阅]MSIL Instruction Set
2.
The Instruction Set In Cortex-M3
3.
Reimaging heterogeneous computing:A functional instruction-set architecture computing model.md
4.
Illegal instruction
5.
Design of the RISC-V Instruction Set Architecture笔记(chapter5)
6.
Design of the RISC-V Instruction Set Architecture笔记(chapter1-2)
7.
Design of the RISC-V Instruction Set Architecture笔记(chapter6)
8.
CPU Instruction Pointer
9.
UnityAsseet-FieldScriptWriter‘s instruction
10.
Oracle 12C AFD instruction
>>更多相关文章<<