openrisc / or1ksim

The OpenRISC 1000 architectural simulator
GNU General Public License v3.0
70 stars 43 forks source link

Where can i find instructions definitation? #11

Closed kacpermigala closed 4 years ago

kacpermigala commented 7 years ago

I got question, where can i find instruction definition? I need to change for example l.add instruction, so every time i put this in code i will get result +1?

stffrdhrn commented 4 years ago

It's probably way too late, but it's here.

https://github.com/openrisc/or1ksim/blob/or1k-master/cpu/or32/insnset.c

stffrdhrn commented 4 years ago

We probably should not hello with homework assignments though. Closing