Dr. Eng. Ahmad Saeed Mohammad - Microprocessors
Dr. Eng. Ahmad Saeed Mohammad - Microprocessors
  • Видео 50
  • Просмотров 386 664

Видео

Ch10 Part 2 Software Interrupts | المقاطعات البرمجية
Просмотров 3,2 тыс.2 года назад
This video contains part 2 of the interrupts. The video shows an introduction to software interrupt, the relationship between interrupts and flag register, and six common system interrupts. The presented common interrupts which are shown in this video are divided by zero/overflow interrupt, single-step interrupt, non-maskable interrupt, break-point interrupt, signed number overflow interrupt, a...
Ch10 Interrupts in 8086 Microprocessor - Part 1 | المقاطعات في المعالجات-الجزء 1
Просмотров 5 тыс.2 года назад
Part 1 of interrupts includes an overview of interrupts, interrupt service routine, types of interrupts, and hardware interrupts. The hardware interrupt is divided into two types which are non-maskable interrupt (NMI), and maskable interrupt request (INTR).
IN OUT Assembly 8086 for Traffic Light and Stepper Motor
Просмотров 3,9 тыс.3 года назад
This video introduced an interactive lecture about Input/Output instructions which are IN and OUT in 8086. Also, a brief description was shown using the processor 328P of Arduino Uno. Besides, there are some examples of traffic light systems and stepper motors using 8086 microprocessors.
Ch9P2 Control Flow, Jump, Loop, Subroutine in 8086 | التحكم في مسارات القفز، التكرار والفرعية
Просмотров 5 тыс.3 года назад
This video shows part 2 of control flow which includes four categories of the conditional jump, two types of loop, and sub-routine. The four categories of the conditional jump are one flag, signed_unsigned comparison, signed comparison, and general register jump. Also, the two types of the loop are the unconditional and conditional loop. Finally, the sub-routine was introduced in this video.
Lab 14 Shift and Rotation Assembly Arduino 7 Segment Display | تجربة 14: التزحيف والتدوير للاردوينو
Просмотров 1,4 тыс.3 года назад
This video shows the shift and rotation in assembly language for Arduino. This includes three types of shift operations which are logical shift left (LSL), logical shift right (LSR), and Arithmetic Shift Right (ASR). Also, two rotation operations which are rotate left through carry (ROL) and rotate right through carry (ROR).
Ch9 P1 Control Flow, Flags, Comparison, and Jump | التحكم في العلامات، المقارنة، والقفز غير المشروط
Просмотров 6 тыс.3 года назад
This video introduced the first part of the control flow. Three main subjects were discussed which are flag control instructions, compare instruction (CMP), and unconditional jump (JMP). Flag control instructions include controlling three flags, namely, Carry Flag (CF) using (STC, CLC, and CMC), Direction Flag (DF) using (STD and CLD), and Interrupt Flag (IF) using (STI and CLI).
Lab 13 Assembly Arithmetic Results on 7 Segment Display | نتائج الاسيبمبيلي على شاشة العرض
Просмотров 2,1 тыс.3 года назад
This video shows how to display the arithmetic results on 7 segment display using assembly language. Also, how to connect two different 7 segment displays and two LEDs to show the carry and zero flags on it. The difference in arithmetic instructions between 8086 and Atmel328P was explained. Seven arithmetic instructions were applied which are ADD, ADC, SUB, SBC, INC, DEC, and MUL.
Lab 12 Addition and Subtraction Hardware Assembly Programming | الجمع والطرح مكونات مادية الاسمبيلي
Просмотров 1,8 тыс.3 года назад
This video shows a hardware output for addition and subtraction. Four assembly instructions were introduced which are ADD, ADC, SUB, and SBB in 8086 (ADD, ADC, SUB, and SBC in assembly Arduino). The output of these instructions was uploaded through Atmel studio into Arduino Uno.
Lab 11 Stepper Motor Hardware Assembly Programming | المحرك الخطوي اسيمبيلي اردوينو
Просмотров 2,3 тыс.3 года назад
A hardware stepper motor was connected to an Arduino. The Ardunio was programmed using assembly language to control the movement of this motor into two different directions (CW and CCW). Also, two different steps full step (single coil and dual coil) and a half step.
Lab 09 Traffic System Assembly Programming using Arduino | برمجة الاسمبيلي للاشارة المرورية
Просмотров 3 тыс.3 года назад
This video shows a hardware implementation for a traffic light which was programmed by an assembly language using the Arduino microcontroller. Also, two assembly instructions namely, SBI and CBI, were explained to control the output ports of the Arduino.
Lab 08 Flag Register Transfer Instructions | أيعازات نقل بيانات مسجل العلامة
Просмотров 2,1 тыс.3 года назад
This video introduces the instructions for data transfer between the flag register and AH registers such as the instructions SAHF and LAHF. Also, the instructions for data transfer between the flag register and stack memory such as PUSHF and POPF.
Lab 07 Address Transfer Instructions in 8086 | إيعازات نقل العنوان
Просмотров 2,5 тыс.3 года назад
This video introduced the address transfer instructions in 8086 microprocessors such as LEA, XLATB, LDS, and LES. These instructions are used to transfer the special addresses of memory locations and tabular data.
Lab 06 Assembly Programming for Traffic Light | برمجة الاسمبلي للاشارة المرورية
Просмотров 5 тыс.3 года назад
This video shows the assembly programming for the traffic light system using two instructions. The first 8086 instruction is OUT which is used to send the control word to the traffic light via port number 4. The second 8086 instruction is IN which is used to receive the control word from the traffic light system via port number 4.
Lab 05 Stack Memory, PUSH, POP, PUSHA and POPA | ذاكرة المكدس
Просмотров 3,3 тыс.3 года назад
This video introduced the stack memory with four instructions which are PUSH, POP, PUSHA, and POPA. These instructions are used in the 8086 microprocessor assembly language.
Lab 03 Constants and Arrays in 8086 Assembly | المصفوفات والثوابت
Просмотров 3,9 тыс.4 года назад
Lab 03 Constants and Arrays in 8086 Assembly | المصفوفات والثوابت
Lab 04 Load Effective Address and Exchange (LEA and XCHG) | أيعازات تحميل العنوان الفعَال والتبديل
Просмотров 5 тыс.4 года назад
Lab 04 Load Effective Address and Exchange (LEA and XCHG) | أيعازات تحميل العنوان الفعَال والتبديل
Ch 5 Software Model of 8086 Microprocessor | المعمارية البرمجية للمعالج 8086
Просмотров 18 тыс.4 года назад
Ch 5 Software Model of 8086 Microprocessor | المعمارية البرمجية للمعالج 8086
Ch 04 P2 Architecture of 8086 Microprocessor | معمارية المعالج الدقيق 8086
Просмотров 12 тыс.4 года назад
Ch 04 P2 Architecture of 8086 Microprocessor | معمارية المعالج الدقيق 8086
Lab 02 Variables and Memory in 8086 Assembly | المتغيرات والذاكرة في لغة التجميع 8086
Просмотров 9 тыс.4 года назад
Lab 02 Variables and Memory in 8086 Assembly | المتغيرات والذاكرة في لغة التجميع 8086
Ch 04 P1 Architecture of 8086 Microprocessor | معمارية المعالج الدقيق 8086
Просмотров 28 тыс.4 года назад
Ch 04 P1 Architecture of 8086 Microprocessor | معمارية المعالج الدقيق 8086
Lab 01 Introduction to Emulator 8086 | مُقدمة الى مُحاكي المعالج 8086
Просмотров 23 тыс.4 года назад
Lab 01 Introduction to Emulator 8086 | مُقدمة الى مُحاكي المعالج 8086
Ch 03 Architecture of a Typical Microcomputer | معمارية الحاسوب المصغر النموذجي
Просмотров 9 тыс.4 года назад
Ch 03 Architecture of a Typical Microcomputer | معمارية الحاسوب المصغر النموذجي
Ch 02 Microprocessor Specifications | مواصفات المعالجات الدقيقة
Просмотров 16 тыс.4 года назад
Ch 02 Microprocessor Specifications | مواصفات المعالجات الدقيقة
Lab 00 Introduction To System Assembly Programming Lab
Просмотров 16 тыс.4 года назад
Lab 00 Introduction To System Assembly Programming Lab
Ch 01 Introduction to Microprocessor | مُقدمة الى المعالجات المايكروية
Просмотров 41 тыс.4 года назад
Ch 01 Introduction to Microprocessor | مُقدمة الى المعالجات المايكروية
Ch 00 An Overview on System Programming using Microprocessors
Просмотров 6 тыс.4 года назад
Ch 00 An Overview on System Programming using Microprocessors
Ch8 - P9 Arithmetic and Logic Instructions of 8086 Microprocessor | RCL, ROL, RCR, ROR.
Просмотров 4,1 тыс.4 года назад
Ch8 - P9 Arithmetic and Logic Instructions of 8086 Microprocessor | RCL, ROL, RCR, ROR.
Ch8 - P8 Arithmetic and Logic Instructions of 8086 Microprocessor | SHR, SAL, SAR
Просмотров 2,8 тыс.4 года назад
Ch8 - P8 Arithmetic and Logic Instructions of 8086 Microprocessor | SHR, SAL, SAR
Ch8 - P7 Arithmetic and Logic Instructions of 8086 Microprocessor | SHL
Просмотров 3,3 тыс.4 года назад
Ch8 - P7 Arithmetic and Logic Instructions of 8086 Microprocessor | SHL

Комментарии

  • @rozaline842
    @rozaline842 6 дней назад

    بارك الله فيك استاذ

  • @العصرالذهبي-ل1ع
    @العصرالذهبي-ل1ع 24 дня назад

    ابداع وتميز واناقة ودقة ربي يوفقك دكتور

  • @Eng-Ara_2023
    @Eng-Ara_2023 24 дня назад

    جزاك الله خيرا

  • @drem_13
    @drem_13 Месяц назад

    الف رحمه على والديك دكتةر كليوميه ادعيلك

  • @aishahaltaee1124
    @aishahaltaee1124 Месяц назад

    جزاك الله خير الجزاء استاذ ❤️

  • @drem_13
    @drem_13 Месяц назад

    الف رحمه على والديك دكتور شرحك فوك الممتاز شكرا الك نقذتنه

  • @halamohammed7116
    @halamohammed7116 Месяц назад

    ch.5?

  • @HassanHarbi01
    @HassanHarbi01 2 месяца назад

    Input any random character from screen and exit (return back to the emulator )if you press (Enter = ODH) key ? ممكن حل لهد السؤال

  • @monysh7279
    @monysh7279 2 месяца назад

    صوت الموسيقى مزعج جدااااا

  • @als1977
    @als1977 2 месяца назад

    كمية المعلومات الهائلة في شرحك. جزاك الله خيراً ❤

  • @mahaebrahim6069
    @mahaebrahim6069 3 месяца назад

    Thanks Dr. Eng. Ahmed very interesting lectures

  • @dr.eng.ahmadsaeedmohammad-1592
    @dr.eng.ahmadsaeedmohammad-1592 3 месяца назад

    تحديث محاضرة الفصل الثالث بتاريخ (16-10-2024) وعلى الرابط: drive.google.com/file/d/12bZ5LXevop2rJATVuNWZXFpHWXV5IXi-/view?usp=sharing

  • @dr.eng.ahmadsaeedmohammad-1592
    @dr.eng.ahmadsaeedmohammad-1592 3 месяца назад

    تحديث محاضرة الفصل الثاني بتاريخ (16-10-2024)، وعلى الرابط drive.google.com/file/d/1mZsycEFUb9iLRNFSSteD0KjPpnkLibFm/view?usp=sharing

  • @HassanHarbi01
    @HassanHarbi01 3 месяца назад

    ممكن وين الكه حلول الواجبات اذا ممكن 🙆

  • @سبأقاسم-د8غ
    @سبأقاسم-د8غ 3 месяца назад

    دكتور الله يوفقك ويطول بعمرك ع هيج خُلگ وانتَ ترجع تكرر نفس المعلومة ومتتعاجز لا و ترجع تكتبها هم جزيل الشكر لان حضرتك شارح المادة ربي يبارك بيك في ميزان حسناتك ان شاء الله فخورة بيك كتدريسي كفوء وجداً سعيدة ومتتنة عندنا هيج دكتور بالجامعة 💗✨

  • @dr.eng.ahmadsaeedmohammad-1592
    @dr.eng.ahmadsaeedmohammad-1592 3 месяца назад

    تم تحديث الفصل الاول بتاريخ (3/10/2024)، وعلى الرابط التالي: drive.google.com/file/d/1NhepxuUnAQGvJIMPunladYwCP08L5y1q/view?usp=drive_link

  • @ut_9882
    @ut_9882 7 месяцев назад

    السلام عليكم دكتورنا العزيز اذا ممكن ملفات pdf مال هذه المحاظرات ولك الاجر و الثواب

  • @Creative_Writing-
    @Creative_Writing- 7 месяцев назад

    17:58 هو دا نفسه ال idle state المشروح في ال slide القبله ؟؟

  • @HH-dw3iw
    @HH-dw3iw 8 месяцев назад

    عفوا هاي المادة باي كلية تدرس..؟ويامرحلة؟

  • @FirstNameLastName-wv2iz
    @FirstNameLastName-wv2iz 9 месяцев назад

    my right ear enjoyed this.

  • @تطويراللغة
    @تطويراللغة 10 месяцев назад

    عاشت ايدك دكتور

  • @ماستراجهزةطبية
    @ماستراجهزةطبية 10 месяцев назад

    دكتور المثال مكتوب بنظام سداسي عشر وانت تحل معتبرو بنظام ثنائي

  • @qmra199
    @qmra199 10 месяцев назад

    صوت الموسيقى يزعج وشكرا ع شرحك 🤍

  • @qmra199
    @qmra199 10 месяцев назад

    الله يوفقك يارببب 🥹🥹🥹🤍🤍بس كون تنزل الچابترات القبله

    • @dr.eng.ahmadsaeedmohammad-1592
      @dr.eng.ahmadsaeedmohammad-1592 Месяц назад

      كل الفصول موجودة في اول تعليق بالفيديو الخاص بالفصل المعين، تحياتي.

  • @aminalhassan2132
    @aminalhassan2132 11 месяцев назад

    يعطيك العافية دكتورر تسلم ايدك . اني متابع محاضراتك من الالمانية عندنا بالجامعة ندرس معالج 8086

  • @MohammedDib2714
    @MohammedDib2714 11 месяцев назад

    جزاك الله خيراً ارجو ان تنشر الشابترات السابقة

  • @sunshine-q3v7b
    @sunshine-q3v7b Год назад

    رقم 6 BX

  • @ziadamr6818
    @ziadamr6818 Год назад

    متحطش موسيقي تاني

  • @amirsalah4784
    @amirsalah4784 Год назад

    من اكتر الكورسات اللي استفدت منها شكرا لحضرتك

  • @sunshine-q3v7b
    @sunshine-q3v7b Год назад

    من الجزائر نحن ندرس هده الدروس بالفرنسية فهمتها عندك شكرا استاد

  • @ThamerMkareem
    @ThamerMkareem Год назад

    جزاك الله خيرا .البلد بحاجه لهكذا رجال مخلصين باداء الواجب .رفع الله مراتبك في الدنيا والآخرة

  • @sunshine-q3v7b
    @sunshine-q3v7b Год назад

    DS:AX كل واحد فيهم يحتوي على 16 BITES

  • @doulikeweirdppl8819
    @doulikeweirdppl8819 Год назад

    ❤❤❤❤❤❤❤

  • @skabbas8428
    @skabbas8428 Год назад

    شيل المسيقى من المحاضرة يا بشر اشلون اركز وانت خال موسيقى بيض مثل وجهك

  • @sabaaeman2891
    @sabaaeman2891 Год назад

    اتمنى استاذ الماده بجامعتنه هيج يشرح

  • @doulikeweirdppl8819
    @doulikeweirdppl8819 Год назад

    ❤❤

  • @doulikeweirdppl8819
    @doulikeweirdppl8819 Год назад

  • @mortathaa1
    @mortathaa1 Год назад

    ربي يحفظك دكتور

  • @mohamedlam3y901
    @mohamedlam3y901 Год назад

    ياريت حضرتك حل الشيت بعد اذنك

  • @mortathaa1
    @mortathaa1 Год назад

    جزاك اللة خير دكتور

  • @JasimAbd
    @JasimAbd Год назад

    الله يجازيك ويجعله بميزان حسناتك

  • @tomhankstomhanks2579
    @tomhankstomhanks2579 Год назад

    لاسف شعوبنا تدرس سطحيات الالكترونيات وليس كيفية صناعة الالكترونيات

  • @mostefabenchohra8149
    @mostefabenchohra8149 Год назад

    السلام عليكم .يا دكتور من أين يجب البدء ؟ من الشبتارات ام من اللا ب. يعني كيفية متابعة الدروس و شكرا سيدي

  • @kawthermahdi-mp5qn
    @kawthermahdi-mp5qn Год назад

    بارك الله فيك وان شاء الله في ميزان حسناتك 🤲🤲 الشرح كلش واضح ومفهوم 🌺🌺🌺

  • @kawthermahdi-mp5qn
    @kawthermahdi-mp5qn Год назад

    بارك الله فيك وان شاء الله في ميزان حسناتك 🤲 شكرا على الشرح الرائع 🌸

  • @moulayediag3873
    @moulayediag3873 Год назад

    عمل رائع و معلومات عظيمة ..... ياريت تستمر بارك الله فيكم دكتور

  • @kawthermahdi6536
    @kawthermahdi6536 Год назад

    بارك الله فيك 🌺🌺💐💐🌹🌹

  • @kawthermahdi6536
    @kawthermahdi6536 Год назад

    عاشت ايدك دكتور وبارك الله فيك ❤

  • @pcbman1838
    @pcbman1838 Год назад

    اريد فديو بدون موسيقىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىى

    • @salam-2dx
      @salam-2dx 9 месяцев назад

      حمل الفيديو عندك، ونقي الشرح بدون موسيقى

  • @pcbman1838
    @pcbman1838 Год назад

    الموسيقى دوختني