الفريق العربي للهندسة العكسية
1.8.5 منصة تصميم الخوارزميات - تمرين 5 -  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.5 منصة تصميم الخوارزميات - تمرين 5 -  Algorithm Workbench (/thread-4015.html)



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

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

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


5. Write a function that adds two digit strings in base b, where  2 <= b <=10
Each string may contain as many as 1,000 digits.
Return the sum in a string that uses the same number base.


 nice