Search code examples
computer-sciencecpu-architectureprogrammers-notepad

How can i use signed division



Hello, I would like to know how can i divide signed number (1001/0011) =(-7/3) , without convert to two's complement thank you.



Solution

  • you have to use the two's complement to represent the negative number