How to multiply a number by 42 in 8086 assembly without using MUL or DIV and in 5 lines?
How to multiply a number by 42 in 8086 assembly without using MUL or DIV and in 5 lines?
I hope you found a solution that worked for you :)
The Content (except music & images) is licensed under (https://meta.stackexchange.com/help/licensing)CC BY-SA |
Thanks to all those great people for their contributions!
(stackoverflow.com/users/15363079/wabulu)wabulu |
(stackoverflow.com/users/1716339/aki-suihkonen)Aki Suihkonen |
(stackoverflow.com/users/2581418/vitsoft)vitsoft |
(stackoverflow.com/users/3144770/sep-roland)Sep Roland |
A special thanks goes out to the (https://stackoverflow.com/questions/74413762/how-to-multiply-a-number-by-42-in-8086-assembly-without-using-mul-or-div-and-in)Stackexchange community |
I wish you all a wonderful day! Stay safe :)
assembly emu8086 bit-shift multiplication x86-16