Bitwise operations: Difference between revisions

Line 763:
E. M = M*2,
F (2 rows below). Print value of OP, increment operation to perform by moving ">" down,
G. If doing the NOT, LEOSHFTLSHFT or REOSHFTRSHFT (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.
Anonymous user