تخطي إلى المحتوى
الرئيسية
كل الكورسات
القائمة
دوائر كهربائية 1
دوائر كهربائية 2
دوائر كهربائية 3
الكترونيات 1
الكترونيات 2
تصميم منطقي رقمي
معالجات دقيقة Microprocessors
معمارية حاسب Computer Architecture
تصميم و تنظيم الحاسب Computer Organization and Design
كورسات الجامعات السعودية
القائمة
TU | كورسات جامعة الطائف
القائمة
هندسة حاسب الطائف TU
علوم حاسب جامعة الطائف TU
هندسة كهربائية جامعة الطائف TU
PSAU | كورسات جامعة سطام بن عبد العزيز
KKU | كورسات جامعة الملك خالد
Alasala | كورسات جامعة الأصالة
UJ | كورسات جامعة جدة
KAU | كورسات جامعة الملك عبد العزيز
طرق الدفع
تسجيل دخول
انشاء حساب جديد
si-manual
si-manual
Main Menu
الرئيسية
كل الكورسات
القائمة
دوائر كهربائية 1
دوائر كهربائية 2
دوائر كهربائية 3
الكترونيات 1
الكترونيات 2
تصميم منطقي رقمي
معالجات دقيقة Microprocessors
معمارية حاسب Computer Architecture
تصميم و تنظيم الحاسب Computer Organization and Design
كورسات الجامعات السعودية
القائمة
TU | كورسات جامعة الطائف
القائمة
هندسة حاسب الطائف TU
علوم حاسب جامعة الطائف TU
هندسة كهربائية جامعة الطائف TU
PSAU | كورسات جامعة سطام بن عبد العزيز
KKU | كورسات جامعة الملك خالد
Alasala | كورسات جامعة الأصالة
UJ | كورسات جامعة جدة
KAU | كورسات جامعة الملك عبد العزيز
طرق الدفع
تسجيل دخول
انشاء حساب جديد
محتوى الدورة
Chapter 1 Introduction to the Microprocessor
0/6
1. Some Important Terminology | بعض التعريفات المهمة
00:00
2. Internal Organization of Computers | التركيب الداخلي للحاسب
00:00
3. Brief History of the CPU | تاريخ معالجات انتيل
00:00
4 . The Multi core microprocessors | المعالجات متعددة النواة
00:00
+Evolution of Intel | History of Intel ( 1971-Now ) | فيديو خارجي
00:00
ملخص chapter 1 Introduction to the Microprocessor pdf
00:00
تجميعات علي شابتر 1
0/3
quiz 1 | chapter 1 problems
00:00
quiz 2 | chapter 1 problems
00:00
تحميل ملف التجميعات كامل pdf
00:00
Chapter 2 The Microprocessor and Its Architecture
0/13
1. BIU and EU of 8086 Microprocessor and Pipelining
00:00
2. 8086 Microprocessor Registers
00:00
3. Introduction to Assembly Language – MOV instruction
00:00
4. Rules of MOV instruction
00:00
5. Introduction to Assembly Language – ADD instruction
00:00
6. Program Segments – Code Segment.
00:00
7. Example 1-1 solution
00:00
8. Program Segments – Data Segment
00:00
9. Example 1-2 solution
00:00
10. Example 1-3 solution
00:00
11. Example 1-4 solution
00:00
12. Little Endian Convention – Stack Segment – Flag Register
00:00
تحميل ملخص الشابتر pdf
00:00
تجميعات علي شابتر 2
0/6
quiz 1 | chapter 2 problems part 1
00:00
quiz 1 | chapter 2 problems part 2
00:00
quiz 1 | chapter 2 problems part 3
00:00
quiz 1 | chapter 2 problems part 4
00:00
quiz 1 | chapter 2 problems part 5
00:00
quiz 1 | chapter 2 problems part 6
00:00
Chapter 3 Addressing Modes
0/10
1. register addressing mode
00:00
2. immediate addressing mode
00:00
3. Direct addressing mode
00:00
4. Indirect addressing mode
00:00
5. base relative addressing mode
00:00
6. Index relative addressing mode
00:00
7. base index addressing mode
00:00
8. default segment and segment registers override
00:00
تحميل ملخص الشابتر pdf
00:00
مراجعة علي كل ال Addressing Modes
00:00
تجميعات علي شابتر 3
0/1
quiz 1 | chapter 3 problems part 1
00:00
Chapter 4 Assembly Language Programming
0/4
Assembly Language
00:00
2. Example 1 adding 5 bytes of DATA
00:00
3. Example 2 adding 4 words of DATA
00:00
تحميل ملخص الشابتر pdf
00:00
تجميعات علي شابتر 4
0/1
quiz 1 chapter 4 problems
00:00
Midterm 1 1442-1443H | حل الميد الأول
0/5
Question 1 -(a)
00:00
Question 1 -(b)
00:00
Question 2 -(a)
00:00
Question 2 -(b)
00:00
تحميل حل الأختبار pdf
00:00
Midterm 2 1442-1443H | حل الميد الثاني
0/5
Question 1 -(a)
00:00
Question 1 -(b)
00:00
Question 2 -(a)
00:00
Question 2 -(b)
00:00
تحميل حل الأختبار pdf
00:00
Chapter 5 Program Control Instructions
0/5
1. Short Jump
00:00
2. Near Jump
00:00
3. Far Jump
00:00
4. Jumps with Register Operands and Index
00:00
5. Conditional Jumps
00:00
تجميعات علي شابتر 5
Chapter 6 Data Movement Instructions
0/5
1. MOV instruction
00:00
2. push instruction
00:00
3. pop instruction
00:00
4. String Data Transfer
00:00
5. Example 6-5 solution
00:00
تجميعات علي شابتر 6
0/1
quiz 1 chapter 6 problems
00:00
Chapter 7 Arithmetic and Logic Instructions
0/14
1.Addition p1
00:00
2.Addition p2
00:00
3.Addition p3
00:00
Example 7.4 solution | حل مثال
00:00
Example 7.6 solution | حل مثال
12:44
4.ADC
00:00
5.Subtraction
00:00
6.Multiplication
00:00
7.Division
00:00
8.AND-OR-XOR
00:00
9. Shift and Rotate instructions
00:00
10. RCL and RCR with carry
00:00
11.CMP instructions
00:00
12. Example 7.28 solution | حل مثال
00:00
تجميعات علي شابتر 7
0/1
quiz 1 chapter 7 problems.
00:00
chapter 8 8086/8088 Hardware Specifications
0/1
8086-8088 Hardware Specifications
00:00
chapter 9 BIOS And DOS Programming In Assembly
0/1
BIOS And DOS Programming In Assembly
00:00
Assignment 1 Solution (علي محاضرة 1 و محاضرة 2)
0/7
Assignment 1 Solution | part1 problems [1 – 2 – 3 – 4]
00:00
Assignment 1 Solution | part 2 problems [5 – 6]
00:00
Assignment 1 Solution | part 3 problems [7 – 8]
00:00
Assignment 1 Solution | part 4 problems [9-10-11-12]
00:00
Assignment 1 Solution | part 5 problems [13 – 14]
00:00
Assignment 1 Solution | part 6 problems [15]
00:00
Assignment 1 Solution | حل الواجب كامل pdf
00:00
Assignment 2 Solution (علي محاضرة 2 و محاضرة 3)
0/15
Microprocessors | Assignment 2 Solution | Q 1
00:00
Microprocessors | Assignment 2 Solution | Q 2 & Q3
00:00
Microprocessors | Assignment 2 Solution | Q 4
00:00
Microprocessors | Assignment 2 Solution | Q 5
00:00
Microprocessors | Assignment 2 Solution | Q 6
00:00
Microprocessors | Assignment 2 Solution | Q 7
00:00
Microprocessors | Assignment 2 Solution | Q 8
00:00
Microprocessors | Assignment 2 Solution | Q 9
00:00
Microprocessors | Assignment 2 Solution | Q 10
00:00
Microprocessors | Assignment 2 Solution | Q 11
00:00
Microprocessors | Assignment 2 Solution | Q 12
00:00
Microprocessors | Assignment 2 Solution | Q 13
00:00
Microprocessors | Assignment 2 Solution | Q 14
00:00
Microprocessors | Assignment 2 Solution | Q15-16
00:00
Assignment 2 Solution | حل الواجب كامل pdf
00:00
Assignment 3 Solution (علي محاضرة 4 و محاضرة 5)
0/3
Microprocessors | Assignment 3 Solution | Q 1, Q2
00:00
Microprocessors | Assignment 3 Solution | Q 3
00:00
Assignment 3 Solution | حل الواجب كامل pdf
00:00
Assignment 4 Solution (علي المحاضرة 2-3-4-5-6)
0/10
Assignment 4 Solution | Q 1
00:00
Assignment 4 Solution | Q 2
00:00
Assignment 4 Solution | Q 3
00:00
Assignment 4 Solution | Q 4
00:00
Assignment 4 Solution | Q 5
00:00
Assignment 4 Solution | Q 6
00:00
Assignment 4 Solution | Q 7
00:00
Assignment 4 Solution | Q 8
00:00
Assignment 4 Solution | Q 9
00:00
Assignment 4 Solution | Q 10
00:00
Assignment 5 Solution (علي محاضرة 7)
0/7
Assignment 5 Solution | Q 1
00:00
Assignment 5 Solution | Q 3
00:00
Assignment 5 Solution | Q 4
00:00
Assignment 5 Solution | Q 5
00:00
Assignment 5 Solution | Q 6
00:00
Assignment 5 Solution | Q 7- Q8
00:00
Assignment 5 Solution | Q 9
00:00
Microprocessors Final Exam 1444 H – 2022
0/4
Final Exam 1444 H – 2022 – Q1
00:00
Final Exam 1444 H – 2022 – Q2
00:00
Final Exam 1444 H – 2022 – Q3
00:00
Final Exam 1444 H – 2022 – Q4
00:00
Microprocessors Final Exam 1445 H – 2023
0/3
Final Exam 1445 H – 2023 – Q1
00:00
Final Exam 1445 H – 2023 – Q2-a
00:00
Final Exam 1445 H – 2023 – Q2-b
00:00
عملي Lecture 1 Introduction to 8086 Microprocessor
0/1
Lecture1 Introduction to 8086 Microprocessor
00:00
عملي | Lecture 2 Physical and Logical Addresses
0/1
Lecture2 Physical and Logical Addresses
00:00
عملي | Lecture 3 Debug Commands
0/5
1. Debug Command – R
00:00
2. Flag Register – Status register
00:00
3. Debug Command – E
00:00
4. Debug Command – D
00:00
4. Exercise (واجب د فاطمة تطبيق عملي)
00:00
عملي | Lecture 4 Debug Commands to Write and Run a Program
0/4
1. Debug Command (- A)
00:00
2. Debug Command (- T)
00:00
3. Debug Command (- G)
00:00
Exercise
00:00
Lecture5 Addressing Modes
0/8
1. Immediate Addressing Mode
00:00
2. Register Addressing Mode
00:00
3. Direct Addressing Mode
00:00
4. Indirect Addressing Mode
00:00
5. Base Addressing Mode
00:00
6. Index Addressing Mode
00:00
7. Base Index Addressing Mode
00:00
8. Exercise
00:00
Lecture 7 Assembly Language Programming using MASM
0/2
lec 7 – 1. Program to add 5 bytes
00:00
lec 7 – 2. Program to add 5 words
00:00
HW1 Solution Dr Ahmed Mahfouz
0/6
Question 1 solution
00:00
Question 2 solution
00:00
Question 3 solution
00:00
Question 4 solution
00:00
Question 5 solution
00:00
تحميل حل الواجب pdf
00:00
واجبات عملي Dr Fatma
0/2
Assignment 1 Dr Fatma
00:00
Assignment 2 Dr Fatma
00:00
واجبات عملي [Dr Hadeel + Dr Reem]
0/3
Assignment 1 [Dr Hadeel + Dr Reem] CS
00:00
Assignment 2 [Dr Hadeel + Dr Reem] CS
00:00
Assignment 3 [Dr Hadeel + Dr Reem] CS
00:00
Microprcossors Final Exam 1445 H – 2023 (CS) – Solved
0/13
Question 2-(i)
00:00
Question 2-(ii)
00:00
Question 2-(iii)
00:00
Question 2-(iv)
00:00
Question 2-(v)
00:00
Question 2-(vi)
00:00
Question 2-(vii)
00:00
Question 2-(viii)
00:00
Question 3-(a)
00:00
Question 3-(b)
Question 4-(a)
00:00
Question 4-(b)
00:00
Microprocessors Final Exam 1445 H – 2023 (CS) – Solved pdf
Revision Dr Nora
0/5
Part 1 Question 1 (اختلاف الأرقام في رأس السؤال لكن نفس فكرة الحل و الكود)
00:00
Part 1 Question 2 (اختلاف الأرقام في رأس السؤال لكن نفس فكرة الحل و الكود)
00:00
Part 1 Question 3
00:00
Part 2 Question 1
00:00
Part 2 Question 2
00:00
Micro-processors and Assembly Language | معالجات دقيقة ولغة التجميع | علوم حاسب
نظرة عامة
ملفات التمرين
حول الدرس
Loading...
Taking too long?
Reload document
|
Open in new tab
ا
ضغط هنا للتحميل pdf
ملفات التمرين
chapter 1 ملخص CS.pdf
حجم: 430.73 كيلوبايت
0%
مكتمل
وضع علامة مكتمل