diff options
| author | fche <fche> | 2019-05-07 22:40:24 +0000 |
|---|---|---|
| committer | fche <fche> | 2019-05-07 22:40:24 +0000 |
| commit | 40aa7db09067be36ac53728aae4779d781a4d519 (patch) | |
| tree | 53bfbed556a8f2bd909a20280a3e94361b9a57c2 /tapsets/API-set-user-string.html | |
| parent | add new langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-set-user-string.html')
| -rw-r--r-- | tapsets/API-set-user-string.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string.html b/tapsets/API-set-user-string.html index 0b42b777..859f2bf9 100644 --- a/tapsets/API-set-user-string.html +++ b/tapsets/API-set-user-string.html | |||
| @@ -2,11 +2,11 @@ | |||
| 2 | Writes a string to user memory | 2 | Writes a string to user memory |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | set_user_string(addr:long,val:string) | 4 | set_user_string(addr:long,val:string) |
| 5 | </pre></div><div class="refsect1"><a name="idp70844894536112"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1"><a name="idp71187200875408"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> |
| 6 | The user address to write the string to | 6 | The user address to write the string to |
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> |
| 8 | The string which is to be written | 8 | The string which is to be written |
| 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp70844894541328"></a><h2>Description</h2><p> | 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp71187200880624"></a><h2>Description</h2><p> |
| 10 | Writes the given string to a given user memory address. | 10 | Writes the given string to a given user memory address. |
| 11 | Reports an error when writing to the given address fails. | 11 | Reports an error when writing to the given address fails. |
| 12 | Requires the use of guru mode (-g). | 12 | Requires the use of guru mode (-g). |
