How would I divide these two binary numbers?

100101/011011

This is assuming I am on a 6bit 2's complement machine. I would understand how to do it if the first number were not negative. How do I approach this?

Thank you!