Without using MUL, IMUL, DIV, IDIV instructions and any iteration, find the product of 25 and a value in BL. save your result in DL .
this is a task which i need some help in .. because i cant seem to figure how can we multiply without any iteration or MUL ..
any help would b appreciated ..
Thank you

Recommended Answers

All 2 Replies

hmm... write your own mul using logical operators and and or?
I'm a beginner too, so don't really know how, but I'd try something with that

Although it's not elegant solution

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.