STX: Difference between revisions
Jump to navigation
Jump to search
(text from " ND-110 Instruction Set") |
m (Removed superfluous text (ref Talk page)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{InstructionBox | {{InstructionBox | ||
|Mnemonic=STX | |Mnemonic=STX | ||
|Description=Store | |Description=Store X register | ||
|Format= | |Format=STX ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>'' | ||
|Code=014 000 | |Code=014 000 | ||
|Affected=( | |Affected=(ea):=X | ||
| | |Architecture=[[ND-100]], [[ND-110 CPU|ND-110]] | ||
}} | }} | ||
'''STX''' is an instruction | '''STX''' is an assembly instruction. It stores the contents of the [[X register]] in the memory location pointed to by the [[effective address]]. | ||
Latest revision as of 09:42, 1 March 2019
STX | |
---|---|
Description | Store X register |
Format | STX <addr. mode> <disp.> |
Code | 014 0008 |
Affected | (ea):=X |
Type | User |
Architecture | ND-100, ND-110 |
STX is an assembly instruction. It stores the contents of the X register in the memory location pointed to by the effective address.
Sources
- Norsk Data Document ND–06.014.02 ND-100 REFERENCE MANUAL Page 133
- Norsk Data Document ND–06.029.01 ND-110 Instruction Set Page 63