RP2040

From ScienceZero
Revision as of 11:42, 9 August 2022 by Bjoern (Talk | contribs) (Created page with "== Instruction set == Bit: 15-13 | 12 - 8 | 7 6 5 | 4 3 2 1 0 JMP 0 0 0 | Delay/side-set | Condition | Address WAIT 0 0 1 | Delay/side-set | Pol| Src...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Instruction set

Bit:  15-13 | 12     -     8 | 7   6   5  | 4 3  2 1 0
JMP   0 0 0 | Delay/side-set | Condition  | Address
WAIT  0 0 1 | Delay/side-set | Pol| Src   | Index
IN    0 1 0 | Delay/side-set | Source     | Bit-count
OUT   0 1 1 | Delay/side-set | Dest       | Bit-count
PUSH  1 0 0 | Delay/side-set | 0|IfF|Blk  | 0 0  0 0 0
PULL  1 0 0 | Delay/side-set | 1|IfE|Blk  | 0 0  0 0 0
MOV   1 0 1 | Delay/side-set | Dest       | Op | Source
IRQ   1 1 0 | Delay/side-set | 0|Clr|Wait | Index
SET   1 1 1 | Delay/side-set | Dest       | Data