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
The plugin supports using a numeric literal (ex 1) rather than a register reference for the final argument to sb, but does not support the same for the last argument to sbn, despite numeric literal working perfectly fine for the final argument in-game.
The text was updated successfully, but these errors were encountered:
checkReset:
lbn r5 1220484876 resetSwitch Open Maximum
bnez r5 0
j ra
In this use case, jumping to line 0 is used to reset all devices back to initial settings. This is flagged with Type mismatch, Found num, expected r? despite numeric literals being valid.
The plugin supports using a numeric literal (ex
1
) rather than a register reference for the final argument tosb
, but does not support the same for the last argument tosbn
, despite numeric literal working perfectly fine for the final argument in-game.The text was updated successfully, but these errors were encountered: