STZ: Difference between revisions
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 ''< | |Format=STZ ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>'' | ||
|Code=000 000 | |Code=000 000 | ||
|Affected=( | |Affected=(ea):=0 | ||
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]] | |||
}} | }} | ||
'''STZ''' is an instruction | '''STZ''' is an assembly instruction. Store zero in the contents of the memory location pointed to by the [[effective address]]. | ||
== | == 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
- Norsk Data Document ND–06.014.02 ND-100 REFERENCE MANUAL Page 132
- Norsk Data Document ND–06.029.01 ND-110 Instruction Set Page 64