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
It seems desirable to have a command-line option where c.addi sp, -16 is accepted but addi sp, sp, -16 isn't automatically encoded as a compressed instruction.
The text was updated successfully, but these errors were encountered:
It seems desirable to have a command-line option where
c.addi sp, -16
is accepted butaddi sp, sp, -16
isn't automatically encoded as a compressed instruction.The text was updated successfully, but these errors were encountered: