mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.52k stars 270 forks source link

Wrong upper range value in memory map #249

Closed jnoche closed 1 year ago

jnoche commented 1 year ago

The program below is 24 bytes long and is stored in memory locations 0x00000000 to 0x00000017.

hellotext

But the memory map shows that the program is stored in memory locations 0x00000000 to 0x00000018 (an off-by-one error).

mortbopet commented 1 year ago

Thanks! fixed in ab8fca4.