diff options
Diffstat (limited to 'mu_instructions')
-rw-r--r-- | mu_instructions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mu_instructions b/mu_instructions index 629ba3d1..f487d29a 100644 --- a/mu_instructions +++ b/mu_instructions @@ -384,6 +384,9 @@ populate-stream in: (addr handle stream T), num # can be literal or variable on # Some miscellaneous helpers to avoid error-prone size computations +clear x: (addr T) + => "(zero-out " s " " size-of(T) ")" + read-from-stream s: (addr stream T), out: (addr T) => "(read-from-stream " s " " out " " size-of(T) ")" |