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...)
 
m (Spellfix: Arcitecture -> Architecture)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
|Mnemonic=STZ
|Mnemonic=STZ
|Description=Store zero
|Description=Store zero
|Format=STZ ''<address mode> <disp.>''
|Format=STZ ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=000&nbsp;000
|Code=000&nbsp;000
|Affected=(EL):=0
|Affected=(ea):=0
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}


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




== Sources ==
== References ==
*{{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]]

Latest revision as of 13:28, 3 August 2009

STZ
Description Store zero
Format STZ <addr. mode> <disp.>
Code 000 0008
Affected (ea):=0
Type User
Architecture ND-100, ND-110

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


References