Content deleted Content added
m Link no longer available. |
m →Instruction list: subst: |
||
Line 265:
! Call
|-
|valign=top|{{
ADD Rd, Rr
ADC Rd, Rr
Line 283:
OR Rd, Rr
ORI Rdh, K8
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}} <!--
<S> CLR Rd </S> (EOR)
<S> SER Rdh </S> (LDI)
Line 290:
<S> TST Rd </S> (AND)
!-->
{{#tag:syntaxhighlight|
COM Rd
NEG Rd
Line 297:
CPI Rdh, K8
SWAP Rd
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}} <!--
<S> LSL Rd </S> (ADD) !-->
LSR Rd <!--
Line 303:
ROR Rd
ASR Rd
{{#tag:syntaxhighlight|
MUL Rd, Rr
MULS Rdh, Rrh
Line 310:
FMULS Rdq, Rrq
FMULSU Rdq, Rrq
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|valign=top|{{
BSET s
BCLR s
Line 323:
SLEEP
WDR
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|valign=top|{{
MOV Rd, Rr
MOVW Rd+1:Rd, Rr+1:Rr
Line 357:
SPM
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|valign=top|{{
RJMP S12
IJMP
EIJMP
JMP P22
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|valign=top|{{
CPSE Rd, Rr
Line 375:
BRBC s, S7
BRBS s, S7
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|valign=top|{{
RCALL S12
ICALL
Line 384:
RET
RETI
|lang="nasm"|{{#ifeq:|no|style="border: none !important"}}}}
|}
|