Describe the %putc/str/v vvp opcode.

This commit is contained in:
Stephen Williams 2013-12-04 16:22:01 -08:00
parent fa8d35ae9c
commit f349197df3
1 changed files with 7 additions and 0 deletions

View File

@ -923,6 +923,13 @@ Push a literal string to the string stack.
Convert a vector to a string and push the string to the string stack.
* %putc/str/v <functor-label>, <muxr>, <base>
Extract a vector byte from the thread vector space and write it to a
character of the string variable at <functtor-label>. This is
basically an implementation of <string>.putc(<muxr>, <val>) where
<val> is the 8bit vector at <base> in the thread space.
* %release/net <functor-label>, <base>, <width>
* %release/reg <functor-label>, <base>, <width>