Content deleted Content added
→Instruction list: Merged some short columns to reduce the number of columns and thereby widen them |
→Instruction list: Slightly narrow text to avoid wrapping on a 1920-wide screen with WP |
||
Line 268:
|-
|valign=top rowspan=5|{{#tag:syntaxhighlight|
ADD
ADC
ADIW
SUB
SUBI
SBC
SBCI
SBIW
INC
DEC
AND
ANDI
OR
ORI
<!--
|lang="nasm"|style=font-size:95%}} <!--▼
<S> CLR
<S> SER
<S> SBR
<S> CBR
<S> TST
!-->
SWAP Rd
CPI Rdh, K8▼
<!--
▲SWAP Rd
|lang="nasm"|style=font-size:95%}} <!--▼
<S>
!-->
▲<S> ROL Rd </S> (ADC) !-->
ASR Rd
▲ROR Rd
▲ASR Rd
|lang="nasm"|style=font-size:95%}}▼
▲MULSU Rdq, Rrq
▲FMUL Rdq, Rrq
▲FMULS Rdq, Rrq
▲FMULSU Rdq, Rrq
|lang="nasm"|style=font-size:95%}}
|valign=top rowspan=5|{{#tag:syntaxhighlight|
BSET
BCLR
SBI
CBI
BST
BLD
NOP
BREAK
SLEEP
|lang="nasm"|style=font-size:95%}}▼
|valign=top rowspan=5|{{#tag:syntaxhighlight|
MOV Rd, Rr
MOVW Rd+1:Rd, Rr+1:Rr
IN
OUT
PUSH
POP
LDI
LDS
LD
LDD
LD
LD
STS
ST
STD
ST
ST
LPM
LPM
LPM
ELPM
ELPM
ELPM
|valign=top|{{#tag:syntaxhighlight|
RJMP
IJMP
EIJMP
▲JMP P22|lang="nasm"|style=font-size:95%}}
|-
! Call
|-
|valign=top|{{#tag:syntaxhighlight|
RCALL
ICALL
EICALL
CALL
RET
▲RETI|lang="nasm"|style=font-size:95%}}
|-
! Branch
|-
|valign=top|{{#tag:syntaxhighlight|
CPSE
SBRC
SBRS
SBIC
SBIS
BRBC
BRBS
|}
|