y'all how do you bitshift right in SUBLEQ ?
like i get you can invert a number, then subtract gur negative to do addition, and then adding a number to itself works as a double /left shift:
x = 6
y = -x
x_times_2 = x - y
but im STUMPED on how to do a right shift / half a number