mortbopet / Ripes

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

The "write integers" ecall(66) will write wrong numbers when the integer is negative numbers. #313

Open lixintong911 opened 10 months ago

lixintong911 commented 10 months ago

for example, when I write a=-1, the number in the file will be 2147483647.