Steps for binary division
1️⃣ Set up the division like long division
2️⃣ Compare the divisor with the leftmost digits of the dividend
3️⃣ Subtract the divisor if it is less than or equal
4️⃣ Write "1" in the quotient
5️⃣ Write "0" in the quotient if the divisor is greater
6️⃣ Bring down the next digit from the dividend
7️⃣ Repeat until all digits are processed