Revision history of "AMOS:Undocumented"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 21:12, 28 September 2007Spellcoder (talk | contribs). . (382 bytes) (+382). . (New page: ==Undocumented instructions== * xor<br />eXclusive or, to manipulate bits in a number like this:<code><pre>Print Bin$(%11111111 xor %01010101)</pre></code>Which will show on screen: %1010...)