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

EXTR, DEP worng position #7

Closed wesch closed 2 months ago

wesch commented 5 months ago

IN EXTR and DEP position should be encoded as 31 - pos.

EXTR R7,R3,3,6 --> dis 0x11C00DC3 leads to disassembler output EXTR r7,r3,28,6

HFF-Git commented 2 months ago

Closed, we just use the original pos and let values.

wesch commented 2 months ago

closed