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
This is a limitation of the dn macro only being able to store 5 bits (0–31), yet being passed 6-bit values (0–32).
The fix I've used in fortISSimO is to “always jump”, wherein the tracker (or teNOR, in fO's case) replaces a 00 (lack of jump) with the following row's ID.
The text was updated successfully, but these errors were encountered:
This is a limitation of the
dn
macro only being able to store 5 bits (0–31), yet being passed 6-bit values (0–32).The fix I've used in fortISSimO is to “always jump”, wherein the tracker (or teNOR, in fO's case) replaces a 00 (lack of jump) with the following row's ID.
The text was updated successfully, but these errors were encountered: