douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
17 stars 3 forks source link

Added post increment instructions #52

Closed douggilliland closed 5 years ago

douggilliland commented 5 years ago

Add instruction for post increment of the data and peripheral pointers. Tested the write case so far. Works with byte, word, long accesses. This will speed up memory moves 2X.

@mjgpy3 Not sure if this changes the assembler test cases?

douggilliland commented 5 years ago

Tested and it works.