summaryrefslogtreecommitdiffstats
path: root/tapsets/API-set-user-string.html
diff options
authorfche <fche>2018-12-01 20:03:54 +0000
committerfche <fche>2018-12-01 20:03:54 +0000
commitb95342cfd3c6aa137312b7c677ecb243fff400af (patch)
tree903343f74012840084f2ca7ee67b3b1630feed86 /tapsets/API-set-user-string.html
parentadd new tutorial/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-set-user-string.html')
-rw-r--r--tapsets/API-set-user-string.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string.html b/tapsets/API-set-user-string.html
index b891fd91..0b42b777 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="idp71873690669664"></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="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>
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="idp71873690674880"></a><h2>Description</h2><p> 9 </p></dd></dl></div></div><div class="refsect1"><a name="idp70844894541328"></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).