AND: Difference between revisions
Jump to navigation
Jump to search
(New page: {{InstructionBox |Mnemonic=AND |Description=AND memory contents with A register |Format=AND ''<addr. mode> <disp.>'' |Code=070 000 |Affect...) |
(Register notation uniformity fix) |
||
Line 4: | Line 4: | ||
|Format=AND ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>'' | |Format=AND ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>'' | ||
|Code=070 000 | |Code=070 000 | ||
|Affected= | |Affected=A:=A AND (ea) | ||
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]] | |Architecture=[[ND-100]], [[ND-110 CPU|ND-110]] | ||
}} | }} |
Latest revision as of 08:32, 21 March 2013
AND | |
---|---|
Description | AND memory contents with A register |
Format | AND <addr. mode> <disp.> |
Code | 070 0008 |
Affected | A:=A AND (ea) |
Type | User |
Architecture | ND-100, ND-110 |
AND is an assembly instruction. It AND the contents of the memory location pointed to by the effective address with the A register contents, leaving the result in the A register.
References
- Norsk Data Document ND–06.014.02 ND-100 REFERENCE MANUAL Page 135
- Norsk Data Document ND–06.029.01 ND-110 Instruction Set Page 67