https://github.com/thedhruvrawat/mup
This repository contains all the laboratory coursework for the course CS F241: Microprocessors and Interfacing at BITS Pilani, Pilani Campus in Spring 2022.
https://github.com/thedhruvrawat/mup
assembly-language debugx masm microprocessor x8086
Last synced: 2 months ago
JSON representation
This repository contains all the laboratory coursework for the course CS F241: Microprocessors and Interfacing at BITS Pilani, Pilani Campus in Spring 2022.
- Host: GitHub
- URL: https://github.com/thedhruvrawat/mup
- Owner: thedhruvrawat
- License: mit
- Created: 2022-01-17T15:16:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T08:11:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T19:46:37.130Z (4 months ago)
- Topics: assembly-language, debugx, masm, microprocessor, x8086
- Language: Assembly
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CS F241: Microprocessors and Interfacing
This repository contains all the laboratory coursework for the course **CS F241: Microprocessors and Interfacing** at BITS Pilani, Pilani Campus in Spring 2022.
### Lab Summary
| Lab | Topic | Lab Sheet | Date |
| ------------- | ------------- | --- | -- |
| 1 | Introduction to **DEBUG** & **DEBUGX** | [Lab 1](lab-2/labsheet.pdf) | 12 Feb 2022 |
| 2 | Introduction to **MASM** | [Lab 2](lab-2/labsheet.pdf) | 19 Feb 2022 |
| 3 | Introduction to **MASM** 2 | [Lab 3](lab-3/labsheet.pdf) | 26 Feb 2022 |
| 4 | DOS Interrupts – Basic Keyboard & Display Console Interrupts | [Lab 4](lab-4/labsheet.pdf) | 5 Mar 2022 |
| 5 | DOS Interrupts – Basic Keyboard & Display Console Interrupts 2 | [Lab 5](lab-5/labsheet.pdf) | 26 Mar 2022 |
| 6 | DOS Interrupts – File Access | [Lab 6](lab-6/labsheet.pdf) | 2 Apr 2022 |
| 7 | DOS Interrupts – File Access 2 | [Lab 7](lab-7/labsheet.pdf) | 9 Apr 2022 |
| 8 | BIOS Interrupts - Display | [Lab 8](lab-8/labsheet.pdf) | 16 Apr 2022 |
| 9 | BIOS Interrupts - Display 2 | [Lab 9](lab-9/labsheet.pdf) | 23 Apr 2022 |