05-18-2018, 04:41 PM
(05-18-2018, 12:09 AM)baslak19 Wrote: Subtractor? You know you could just use two’s complement addition.
this is hex, so you can't use two's complement, you could use 16's complement
apart from that hex subtraction is faster than addition (at least when they used magicals algorithm which i think they did)