How to multiply the number ABCD by the number 32 using shifts?
Here's a great book for you, enjoy: "Assembly Language for Intel Processors, 4th Edition." The second question on the same topic.
mov eax, 0ABCDh shl eax, 5h
Source: https://ru.stackoverflow.com/questions/14186/More articles:Online Gaming TechnologiesDivision in the assembler?FTP protocol, answer to LIST request, what data are responsible for what?AJAX & Java JSPGOST course projectPopulating gridview data from sqliteSurfaceView Width / HeightPython literature in Russian [duplicate]JS + Google Maps API v2Form is not sentAll Articles