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
Minor feature request, but it would be nice to either use .hi/.lo or some other syntax to get the literal high or low bytes of a literal. I ran into this while implementing a hex to dec conversion algorithm, where I wrote 400.lo, 400.hi in constructing a table.
The text was updated successfully, but these errors were encountered:
Minor feature request, but it would be nice to either use
.hi
/.lo
or some other syntax to get the literal high or low bytes of a literal. I ran into this while implementing a hex to dec conversion algorithm, where I wrote400.lo
,400.hi
in constructing a table.The text was updated successfully, but these errors were encountered: