Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Does anybody have any examples on binary multiplication worked out?

A topic by HxHL created Mar 01, 2023 Views: 352 Replies: 2
Viewing posts 1 to 2
(1 edit)

Does anybody have any examples on binary multiplication with this. I am working on my 8 Bit calculator trying to get multiplication and division as I already have addition and subtraction with negatives. I am very curious.

Digital logic sim - Multiply binary numbers #digitallogic - YouTube But I don't know if this works with negative numbers

negative number multiplication is easy. take the negative symbol in a xor. if one is negative the answer is, if both are then it is not.