Difference between revisions of "Fall 2020: System Programming"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
| style="width: 8%" | Wed 19/08 | | style="width: 8%" | Wed 19/08 | ||
| style="width: 58% | Background: Introduction, System Software and Machine Architecture, The Simplified Instructional Computer(SIC). | | style="width: 58% | Background: Introduction, System Software and Machine Architecture, The Simplified Instructional Computer(SIC). | ||
| − | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/fall2020/ | + | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/fall2020/1Introduction.pdf '''Introduction.pdf'''] |
| Chapter 1 (Additional R1) | | Chapter 1 (Additional R1) | ||
|- | |- | ||
| Mon 24/08, Wed 26/08, Fri 28/08 | | Mon 24/08, Wed 26/08, Fri 28/08 | ||
| Introduction to Assembler. A Simple Manual Assembler. Assembler Design Process: (1) Major Data Structures used (Machine Opcode Table, Pseudo Opcode Table, Symbol Table), (2) Two-pass Assembler, (3) Single-pass Assembler. Load-and-go Assemblers, Object file formats. | | Introduction to Assembler. A Simple Manual Assembler. Assembler Design Process: (1) Major Data Structures used (Machine Opcode Table, Pseudo Opcode Table, Symbol Table), (2) Two-pass Assembler, (3) Single-pass Assembler. Load-and-go Assemblers, Object file formats. | ||
| − | | [http://mkbhandari.com/mkwiki/data/fall2020/ | + | | [http://mkbhandari.com/mkwiki/data/fall2020/2Assembler.pdf '''Assemblers.pdf'''] |
| Chapter 2 (R2) | | Chapter 2 (R2) | ||
|- | |- | ||
Revision as of 21:50, 5 September 2020
Contents
Logistics
- Class Timings: Mondays(4th and 5th slot), Wednesdays(1st,2nd slot),
- Classroom: Online
- Lab Timings:Wednesdays(3rd slot),Fridays(1st slot) Saturdays(2nd,3rd slot)
Course Overview
- As per the COURSE Guidelines
Lectures
| Date | Topic | Lecture Slides [ppt/pdf] | Readings |
|---|---|---|---|
| Wed 19/08 | Background: Introduction, System Software and Machine Architecture, The Simplified Instructional Computer(SIC). | Introduction.pdf | Chapter 1 (Additional R1) |
| Mon 24/08, Wed 26/08, Fri 28/08 | Introduction to Assembler. A Simple Manual Assembler. Assembler Design Process: (1) Major Data Structures used (Machine Opcode Table, Pseudo Opcode Table, Symbol Table), (2) Two-pass Assembler, (3) Single-pass Assembler. Load-and-go Assemblers, Object file formats. | Assemblers.pdf | Chapter 2 (R2) |
| Mon 31/08 | Introduction to Linking, | LinkersLoaders.pdf | XXXXXX |
Assignments and Tests
Assignments
- A1
- A2
- A3
Tests
- T1
- T2
- T3
Resources
- [R1]: Aho, A., Lam, M., Sethi, R., & Ullman, J. D. (2006). Compilers: Principles, Techniques, and Tools. 2nd edition. Addison Wesley.
- [R2]: Chattopadhyaya, S. (2011). System Software. P H I Learning.
- [Additional R1]: Beck, L. & Manjula, D. (1996). System Software: An Introduction to System Programming. 3rd edition. Pearson Education.
- [Additional R2]: Dhamdhere, D. M. (2015). Systems Programming. Tata McGrawHill.