java-riscv-emulator/README.txt

4 lines
317 B
Text
Raw Normal View History

2024-10-13 17:00:40 +02:00
This is just for me to understand how all this works, and to learn something new.
For example, I learned that endianness is not per bit but per byte. My whole life I've been in misinformation.
So little endian is not that first bit is the LSB, but it's MSB... and after 8 bits it becomes larger, which makes no point