Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

Arithmetic Operations Don't Work For cellSize 16. #119

Open amangoyal05 opened 3 years ago

amangoyal05 commented 3 years ago

If the cellSize is 16 then it doesn't allow to perform basic arithmetic operations until we change the indexing to right whereas if the cellSize is 8 then it allows to perform basic arithmetic operations no matter what the indexing is. This should not be the case if we are setting the instruction format according to our requirements.