Jerry Shi

Results 4 issues of Jerry Shi

It seems system calls have not updated to print 64-bit registers. The changes could be minimal. Adding an if statement in all system calls? ## In SyscallPrintInt.java: The following line...

This is for 64-bit mode. In small programs I tried, sp is initialized to 0x000000007fffeffc. I would suggest to make the initial sp value aligned with 16 bytes (the lowest...

I am trying to find a decent solution to draw diagrams like showing how bits are stored in registers. Is this something supported in mermaid? Horizontal diagrams are the closest...

Somehow the register options do not work in Version 1.6. They worked perfectly in Version 1.5. For example, ```bash # The following command is supposed to print register x1 at...