Changes

Locomotive BASIC

380 bytes added, 12:34, 27 September 2011
/* NOT */
==== <code>NOT</code> ====
: ['''NOT''' executes a bit for bit '''negation''' of the current value.The output is a 16-Bit-Word.::'''Example:'''<pre>10 value1=120 value2=NOT value130 PRINT value2run-2</pre>:for a better understanding.]..<pre>10 value1=120 print hex$(value1):print bin$(value1,8)30 value2=NOT value140 print hex$(value2):print bin$(value2,8)run100000001FFFE1111111111111110</pre>
==== <code>OR</code> ====
205
edits