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
Currently, beqz x0, 12 does not work correctly in FPGRARS, as it sets pc = 12 when executed. RARS does not accept this syntax at all, while Spike works correctly.
The text was updated successfully, but these errors were encountered:
Currently,
beqz x0, 12
does not work correctly in FPGRARS, as it setspc = 12
when executed. RARS does not accept this syntax at all, while Spike works correctly.The text was updated successfully, but these errors were encountered: