mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lixintong911 opened this issue · comments

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