ORA

From NDWiki
Revision as of 07:12, 4 August 2009 by Mike (talk | contribs) (New page: {{InstructionBox |Mnemonic=ORA |Description=OR memory contents with A register |Format=ORA ''<addr. mode> <disp.>'' |Code=074 000 |Affecte...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ORA
Description OR memory contents with A register
Format ORA <addr. mode> <disp.>
Code 074 0008
Affected (A):=(A) OR (ea)
Type User
Architecture ND-100, ND-110

ORA is an assembly instruction. It OR 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