Bitwise operations: Difference between revisions

(Added befunge-93 entry)
Line 765:
G. If doing the NOT, LEOSHFT or REOSHFT (current operation to perform > 3) only read A.
 
The code requires input be separated by spaces and only works for numbers less than 128, due to form of bit storage and ASCII locations not able to store beyond 127. Overflow will happen if 127 is shifted left due to aforementioned ASCII limit in most Befunge-93 interpreters.
'''Inputs''':
<pre>
Anonymous user