You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by krisutofu October 30, 2022
Dear EduMIPS64 developers,
thank you for all your work to provide this improved educational simulator. I recently discovered EduMIPS64. I would like to switch to WinMIPS64 but I am missing a good feature that was available in WinMIPS64.
Discussed in #714
Originally posted by krisutofu October 30, 2022
Dear EduMIPS64 developers,
thank you for all your work to provide this improved educational simulator. I recently discovered EduMIPS64. I would like to switch to WinMIPS64 but I am missing a good feature that was available in WinMIPS64.
WinMIPS64 allows you to write
It means, it will statically add 0, 8 or 16 to the immediate value that the label is substituted with.
edumips64/src/main/java/org/edumips64/core/parser/Parser.java
Line 676 in 4e61be8
The expression could support up to 5 operators
+
,-
,*
,/
and%
but should support at least+
and-
or specificallylabel+imm
orlabel-imm
.The text was updated successfully, but these errors were encountered: