STZ: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(New page: {{InstructionBox |Mnemonic=STZ |Description=Store zero |Format=STZ ''<address mode> <disp.>'' |Code=000 000 |Affected=(EL):=0 }} '''STZ''' is an instruction on the ND platform. It cl...)
 
(+text from " ND-110 Instruction Set")
Line 3: Line 3:
|Description=Store zero
|Description=Store zero
|Format=STZ ''<address mode> <disp.>''
|Format=STZ ''<address mode> <disp.>''
|Code=000&nbsp;000
|Code=000&nbsp;000<sub><small>8</small></sub>
|Affected=(EL):=0
|Affected=(EL):=0
|Arcitecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


'''STZ''' is an instruction on the ND platform. It clear the effective location.
'''STZ''' is an instruction on the ND platform. Store zero in the contents of the memory location pointed to by the [[effective address]].




== Sources ==
== Sources ==
*{{ND-doc|06.014.02|Page 132}}
*{{ND-doc|06.014.02|Page 132}}
*{{ND-doc|06.029.01|Page 64}}


[[Category:ND-100 instructions]]
[[Category:ND-100 instructions]]

Revision as of 23:11, 1 April 2009

STZ
Description Store zero
Format STZ <address mode> <disp.>
Code 000 00088
Affected (EL):=0
Type User
Architecture {{{Architecture}}}

STZ is an instruction on the ND platform. Store zero in the contents of the memory location pointed to by the effective address.


Sources