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
We would like to request that reading instructions read_char and the requested read_byte could be used inside parenthesized expressions, like other operators that push a result.
For example store8!! (read_char) &2
This make easier using these instructions in C embedded assembly, without thinking in stack adjustments.
The text was updated successfully, but these errors were encountered:
We would like to request that reading instructions
read_char
and the requestedread_byte
could be used inside parenthesized expressions, like other operators that push a result.For example
store8!! (read_char) &2
This make easier using these instructions in C embedded assembly, without thinking in stack adjustments.
The text was updated successfully, but these errors were encountered: