Open
Description
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.