From ede3b86fd1cb89f17ed99a275c731f6a58b23cfd Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Mon, 20 May 2024 01:48:22 -0500 Subject: Finish and integrate opcode parser --- assembler/instructions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembler/instructions') 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 -- cgit v1.2.3