<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ff12.pl/index.php?action=history&amp;feed=atom&amp;title=OPOR_%28instruction%29</id>
	<title>OPOR (instruction) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ff12.pl/index.php?action=history&amp;feed=atom&amp;title=OPOR_%28instruction%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.ff12.pl/index.php?title=OPOR_(instruction)&amp;action=history"/>
	<updated>2026-05-08T13:43:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://wiki.ff12.pl/index.php?title=OPOR_(instruction)&amp;diff=120&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{Instruction|op_name=OPOR|op_code=0x07|op_size=1|op_args=2|op_desc=Bitwise OR}}  Pops 2 arguments from the stack, performs bitwise OR operation and &#039;&#039;&#039;pushes the result onto...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ff12.pl/index.php?title=OPOR_(instruction)&amp;diff=120&amp;oldid=prev"/>
		<updated>2019-07-22T13:56:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Instruction|op_name=OPOR|op_code=0x07|op_size=1|op_args=2|op_desc=Bitwise OR}}  Pops 2 arguments from the stack, performs bitwise OR operation and &amp;#039;&amp;#039;&amp;#039;pushes the result onto...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Instruction|op_name=OPOR|op_code=0x07|op_size=1|op_args=2|op_desc=Bitwise OR}}&lt;br /&gt;
&lt;br /&gt;
Pops 2 arguments from the stack, performs bitwise OR operation and &amp;#039;&amp;#039;&amp;#039;pushes the result onto stack&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
Typical c-like syntax:&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
var1 = var2 | 1;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Typical assembler usage:&amp;lt;syntaxhighlight lang=&amp;quot;asm&amp;quot;&amp;gt;&lt;br /&gt;
PUSHV var2&lt;br /&gt;
PUSHII 1&lt;br /&gt;
OPOR&lt;br /&gt;
POPV var1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>