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
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
I wonder if it make sense to try a variant of BEQI/ BNEI with decrement/ increment bit.
This would combine the benefit of BEQI/BNEI and DECBNEZ and would allow us to increment instead of decrement the value of the given register since we already encode the immediate in these instructions (Which likely would fit more loops) !
Kind regards,
Ibrahim.
The text was updated successfully, but these errors were encountered:
Hi,
I wonder if it make sense to try a variant of BEQI/ BNEI with decrement/ increment bit.
This would combine the benefit of BEQI/BNEI and DECBNEZ and would allow us to increment instead of decrement the value of the given register since we already encode the immediate in these instructions (Which likely would fit more loops) !
Kind regards,
Ibrahim.
The text was updated successfully, but these errors were encountered: