Orvarvar: Difference between revisions
Jump to navigation
Jump to search
Dr. Kylstien (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
orvarvar <gamevar1> <gamevar2> | '''orvarvar''' <gamevar1> <gamevar2> | ||
This function gives the result of an OR function of the [[gamevar]] <gamevar1> with the [[gamevar]] <gamevar2>. The function checks the bits of the two values being compared and the bits in the result are set only if they were set in either of the values being operated on. See [[orvar]]. | This function gives the result of an OR function of the [[gamevar]] <gamevar1> with the [[gamevar]] <gamevar2>. The function checks the bits of the two values being compared and the bits in the result are set only if they were set in either of the values being operated on. See [[orvar]]. |
Revision as of 12:14, 4 May 2009
orvarvar <gamevar1> <gamevar2>
This function gives the result of an OR function of the gamevar <gamevar1> with the gamevar <gamevar2>. The function checks the bits of the two values being compared and the bits in the result are set only if they were set in either of the values being operated on. See orvar.