mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
One more time for indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47ce179995
commit
035ab57f4a
@ -2660,6 +2660,7 @@ instructions. </p>
|
|||||||
<!-- _______________________________________________________________________ -->
|
<!-- _______________________________________________________________________ -->
|
||||||
<div class="doc_subsubsection"> <a name="i_store">'<tt>store</tt>'
|
<div class="doc_subsubsection"> <a name="i_store">'<tt>store</tt>'
|
||||||
Instruction</a> </div>
|
Instruction</a> </div>
|
||||||
|
<div class="doc_text">
|
||||||
<h5>Syntax:</h5>
|
<h5>Syntax:</h5>
|
||||||
<pre> store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i>
|
<pre> store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i>
|
||||||
volatile store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i>
|
volatile store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i>
|
||||||
|
Loading…
Reference in New Issue
Block a user