AND: Difference between revisions

From NDWiki
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...)
(No difference)

Revision as of 07:11, 4 August 2009

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