ORA: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(New page: {{InstructionBox |Mnemonic=ORA |Description=OR memory contents with A register |Format=ORA ''<addr. mode> <disp.>'' |Code=074 000 |Affecte...)
 
(Register notation uniformity fix)
 
Line 4: Line 4:
|Format=ORA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Format=ORA ''<[[ND-100 addressing modes|addr. mode]]> <[[displacement|disp.]]>''
|Code=074&nbsp;000
|Code=074&nbsp;000
|Affected=(A):=(A) OR (ea)
|Affected=A:=A OR (ea)
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
|Architecture=[[ND-100]], [[ND-110 CPU|ND-110]]
}}
}}

Latest revision as of 08:49, 21 March 2013

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