Aidan Dodds
Aidan Dodds
Hi Vivek, The code above is correct. The array of `uint32_t X[32]` for the register file is just a container for 32bit data. What's important here is that the operands...
> Don't we need to store negative numbers in 2' complement ? The stored bit-pattern for signed and unsigned numbers is the same. What's important is how that data gets...
> Don't we need to store negative numbers in 2' complement ? Further to this point, the data will be stored in twos compliment, because the result of the operation...
This issue looks a LOT like the same issue I had with fallout1-ce. I opened a pull request for fallout1-ce which fixes that issue: https://github.com/alexbatalov/fallout1-ce/pull/119 If I get time I...