- Видео 50
- Просмотров 386 664
Dr. Eng. Ahmad Saeed Mohammad - Microprocessors
Ирак
Добавлен 7 мар 2020
System Programming using Microprocessor.
Second Level - Computer Engineering Department (CED)
College of Engineering, Mustansiriyah University, Baghdad, Iraq.
These videos were prepared by:
Mohammad, Ahmad Saeed Mohammad, Ph.D. ECE.
Ph.D. in Electrical and Computer Engineering (ECE)
with Telecommunication and Computer Networks (TCN)
Alumni at Computational Intelligent and Bio-Identification Technology Lab (CIBIT)
School of Computing and Engineering (SCE)
The University of Missouri - Kansas City (UMKC), USA.
Senior Instructor Professor - Computer Engineering Department (CED)
College of Engineering, Mustansiriyah University, Baghdad, Iraq.
Second Level - Computer Engineering Department (CED)
College of Engineering, Mustansiriyah University, Baghdad, Iraq.
These videos were prepared by:
Mohammad, Ahmad Saeed Mohammad, Ph.D. ECE.
Ph.D. in Electrical and Computer Engineering (ECE)
with Telecommunication and Computer Networks (TCN)
Alumni at Computational Intelligent and Bio-Identification Technology Lab (CIBIT)
School of Computing and Engineering (SCE)
The University of Missouri - Kansas City (UMKC), USA.
Senior Instructor Professor - Computer Engineering Department (CED)
College of Engineering, Mustansiriyah University, Baghdad, Iraq.
Ch10 Part 3 8259 PIC and Interrupts | متحكم المقاطعة القابل للبرمجة
This video introduces the programmable interrupt controller (PIC) 8259. This introduction includes the pin diagram and the architecture of this PIC. Besides, it shows the ports and controls words to program this PIC with four control words, namely, ICW1, ICW2, ICW3, and ICW4. @dr.eng.ahmadsaeedmohammad-1592
Просмотров: 4 577
Видео
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
بارك الله فيك استاذ
ابداع وتميز واناقة ودقة ربي يوفقك دكتور
جزاك الله خيرا
الف رحمه على والديك دكتةر كليوميه ادعيلك
جزاك الله خير الجزاء استاذ ❤️
الف رحمه على والديك دكتور شرحك فوك الممتاز شكرا الك نقذتنه
شكراً للمتابعة واتمنى الفائدة
ch.5?
Input any random character from screen and exit (return back to the emulator )if you press (Enter = ODH) key ? ممكن حل لهد السؤال
صوت الموسيقى مزعج جدااااا
كمية المعلومات الهائلة في شرحك. جزاك الله خيراً ❤
Thanks Dr. Eng. Ahmed very interesting lectures
تحديث محاضرة الفصل الثالث بتاريخ (16-10-2024) وعلى الرابط: drive.google.com/file/d/12bZ5LXevop2rJATVuNWZXFpHWXV5IXi-/view?usp=sharing
تحديث محاضرة الفصل الثاني بتاريخ (16-10-2024)، وعلى الرابط drive.google.com/file/d/1mZsycEFUb9iLRNFSSteD0KjPpnkLibFm/view?usp=sharing
ممكن وين الكه حلول الواجبات اذا ممكن 🙆
دكتور الله يوفقك ويطول بعمرك ع هيج خُلگ وانتَ ترجع تكرر نفس المعلومة ومتتعاجز لا و ترجع تكتبها هم جزيل الشكر لان حضرتك شارح المادة ربي يبارك بيك في ميزان حسناتك ان شاء الله فخورة بيك كتدريسي كفوء وجداً سعيدة ومتتنة عندنا هيج دكتور بالجامعة 💗✨
تم تحديث الفصل الاول بتاريخ (3/10/2024)، وعلى الرابط التالي: drive.google.com/file/d/1NhepxuUnAQGvJIMPunladYwCP08L5y1q/view?usp=drive_link
السلام عليكم دكتورنا العزيز اذا ممكن ملفات pdf مال هذه المحاظرات ولك الاجر و الثواب
17:58 هو دا نفسه ال idle state المشروح في ال slide القبله ؟؟
عفوا هاي المادة باي كلية تدرس..؟ويامرحلة؟
my right ear enjoyed this.
عاشت ايدك دكتور
دكتور المثال مكتوب بنظام سداسي عشر وانت تحل معتبرو بنظام ثنائي
صوت الموسيقى يزعج وشكرا ع شرحك 🤍
الله يوفقك يارببب 🥹🥹🥹🤍🤍بس كون تنزل الچابترات القبله
كل الفصول موجودة في اول تعليق بالفيديو الخاص بالفصل المعين، تحياتي.
يعطيك العافية دكتورر تسلم ايدك . اني متابع محاضراتك من الالمانية عندنا بالجامعة ندرس معالج 8086
جزاك الله خيراً ارجو ان تنشر الشابترات السابقة
رقم 6 BX
متحطش موسيقي تاني
من اكتر الكورسات اللي استفدت منها شكرا لحضرتك
من الجزائر نحن ندرس هده الدروس بالفرنسية فهمتها عندك شكرا استاد
جزاك الله خيرا .البلد بحاجه لهكذا رجال مخلصين باداء الواجب .رفع الله مراتبك في الدنيا والآخرة
DS:AX كل واحد فيهم يحتوي على 16 BITES
❤❤❤❤❤❤❤
شيل المسيقى من المحاضرة يا بشر اشلون اركز وانت خال موسيقى بيض مثل وجهك
اتمنى استاذ الماده بجامعتنه هيج يشرح
❤❤
❤
ربي يحفظك دكتور
ياريت حضرتك حل الشيت بعد اذنك
جزاك اللة خير دكتور
الله يجازيك ويجعله بميزان حسناتك
لاسف شعوبنا تدرس سطحيات الالكترونيات وليس كيفية صناعة الالكترونيات
السلام عليكم .يا دكتور من أين يجب البدء ؟ من الشبتارات ام من اللا ب. يعني كيفية متابعة الدروس و شكرا سيدي
بارك الله فيك وان شاء الله في ميزان حسناتك 🤲🤲 الشرح كلش واضح ومفهوم 🌺🌺🌺
بارك الله فيك وان شاء الله في ميزان حسناتك 🤲 شكرا على الشرح الرائع 🌸
عمل رائع و معلومات عظيمة ..... ياريت تستمر بارك الله فيكم دكتور
بارك الله فيك 🌺🌺💐💐🌹🌹
عاشت ايدك دكتور وبارك الله فيك ❤
اريد فديو بدون موسيقىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىىى
حمل الفيديو عندك، ونقي الشرح بدون موسيقى
الموسيقى دوختني