RISC-V: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[https://github.com/ucb-bar/riscv-sodor/blob/master/src/common/instructions.scala Instructions in binary]") |
No edit summary |
||
| Line 1: | Line 1: | ||
[https://github.com/ucb-bar/riscv-sodor/blob/master/src/common/instructions.scala Instructions in binary] |
[https://github.com/ucb-bar/riscv-sodor/blob/master/src/common/instructions.scala Instructions in binary] |
||
==Minimum Sized ISA== |
|||
* [http://stackoverflow.com/questions/29618439/what-is-the-size-of-integer-in-8-bit-16-bit-32-bit-processors-microcontrollersOn an 8-bit Atmel AVR Arduino, sizeof(int) returns 2 (e.g. 16-bits) when compiled with GCC 4.3.2 (WinAVR 20081205)] |
|||