الفريق العربي للهندسة العكسية
1.8.7 منصة تصميم الخوارزميات - تمرين 7 -  Algorithm Workbench - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : منتديات البرمجة - Programming Forums (https://www.at4re.net/f/forum-5.html)
+--- قسم : البرمجة بالأسمبلي - Assembly Section (https://www.at4re.net/f/forum-16.html)
+--- الموضوع : 1.8.7 منصة تصميم الخوارزميات - تمرين 7 -  Algorithm Workbench (/thread-4017.html)



1.8.7 منصة تصميم الخوارزميات - تمرين 7 -  Algorithm Workbench - R333T - 18-05-2024

[صورة مرفقة: dark.jpg]
 رحلة في عالم الأسمبلي   dance
 
https://www.youtube.com/playlist?list=PL..._swadKSPga

# الفصل 0 : تمهيد # الفصل 1 : المفاهيم الأساسية في لغة الassembly
 



7. Write a function that multiplies a single hexadecimal digit by a hexadecimal digit string as long as 1,000 digits.
Return a hexadecimal string that represents the product.


good