jupiter icon indicating copy to clipboard operation
jupiter copied to clipboard

RISC-V Assembler and Runtime Simulator

Results 12 jupiter issues
Sort by recently updated
recently updated
newest added

This addresses #37. I made the changes to `Syscall.java` to implement it and then updated all of the tests and the fibonacci example to work with the new system. I...

The link under the documentation section never responds. Tried with Chrome and Edge browsers.

What are Jupiter's calling conventions, supported system calls, and system call interfaces? If there is a specific document introduction, I would appreciate it most.

question

C:\Users\Administrator>jupiter Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError: at javafx.graphics/com.sun.glass.ui.win.WinApplication.staticScreen_getS creens(Native Method) at javafx.graphics/com.sun.glass.ui.Screen.initScreens(Unknown Source) at javafx.graphics/com.sun.glass.ui.Application.lambda$run$1(Unknown Sou rce) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native M ethod) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3( Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Exception in...

bug

Jupiter uses `a0` for the system call number. Most other simulators/kernels use `a7` for the system call number. Notably, spike with pk, rv8, qemu for userspace, RARS, and RIPES all...

question

**Describe the bug** Jupiter does not seem to be able to read binary files A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the...

bug

**Is your feature request related to a problem? Please describe.** When you have a breakpoint set in the simulate window, and then switch back to the editor to quickly browse...

enhancement

Hi, thank you for jupiter! I intend to use it in my computer architecture class. One question: Is it possible to define a constant? The standard .equ does not seem...

enhancement

I have been working on making sure the Zicsr extension is fully implemented in RARS and so I tried out Jupiter confirm my expectations from my reading of the specification....

enhancement

Jupiter is great - thanks! I'm puzzled by the choice to show immediate values in the Asseembly view in the Simulator tab as decimal values. For example, I'm loading a...

enhancement