C++ Programming tutorial #5 : Exploring the "obvious" (8086 instructions DIV/SUB)

Опубликовано: 19 Март 2026
на канале: Alan Carre
669
10

Watch Entire Series: http://www.youtube.com/view_play_list...

Digging further into the properties of DIV, leads to other questions. More clarification on the divide overflow exception is offered. This leads to deeper questions about "obvious" things such as "how does a CPU represent negative numbers" and how does subtraction work? More specifically: "How do you 'teach' a computer to do an "obvious" thing like subtraction.