HFF-Git / VCPU-32

This is a vintage design CPU with 32-bits. See the document in the VCPU-32-Documentation folder for a more detailed description.
GNU General Public License v3.0
0 stars 0 forks source link

New instructions error in doc #8

Closed wesch closed 1 month ago

wesch commented 1 month ago
  1. Instruction BV, Mnemonic should be BV regR, regA, regB 2.why is condition in CBR,CBRU different from CMP,CMPU? should be the same 0=EQ,1=LT,2=NE,3=LE
HFF-Git commented 1 month ago

Corrected the issue in assembler syntax for BV Aligned condition code in CMPx and CBRx instructions

HFF-Git commented 1 month ago

Closed