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, INP and the ACC may go between the integer limit, but STA only accepts values between 0-999, so the programmer has to write checks (which is space consuming). Add compiler directives comments (e.g. ; lmvm-strict-inp and ; lmvm-strict-acc) to add limits to what they will accept.
The text was updated successfully, but these errors were encountered:
Currently, INP and the ACC may go between the integer limit, but STA only accepts values between 0-999, so the programmer has to write checks (which is space consuming). Add compiler directives comments (e.g.
; lmvm-strict-inp
and; lmvm-strict-acc
) to add limits to what they will accept.The text was updated successfully, but these errors were encountered: