diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-20 01:48:22 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-20 01:48:22 -0500 |
commit | ede3b86fd1cb89f17ed99a275c731f6a58b23cfd (patch) | |
tree | b45aaf47b8c14f5f9e645c119fe6613b338672db /assembler/instructions | |
parent | c96ba2b2678e4b92e7969c683d4cb3f1648af813 (diff) |
Finish and integrate opcode parser
Diffstat (limited to 'assembler/instructions')
-rw-r--r-- | assembler/instructions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/instructions b/assembler/instructions index 88ebd23..ebe31b8 100644 --- a/assembler/instructions +++ b/assembler/instructions @@ -26,7 +26,7 @@ start with all 0 1100yyyy // octal immediate with shift amount 0 and bit-width yyyy 1101yyyy // octal immediate with shift amount 6 and bit-width yyyy 1110yyyy // 3-bit reg with shift amount yyyy -1111yyyy // 4-bit reg with shift amount yyyy (excluding yyyy=1111=15) +1111yyyy // 4-bit reg with shift amount yyyy ADCS (register) T1 01000 00101 Rm Rdn E3 E0 A5 88 ADDSI3 (immediate) T1 0001110 imm3 Rn Rd D3 E3 E0 0E |