This shows you the differences between two versions of the page.
|
iocla:cursuri:capitol-03 [2021/10/11 20:25] dragos.niculescu |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Capitol 03: Arhitectura sistemului de calcul ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={e1103ca6-2b8f-466c-9fb5-a355d3e0f9c7}&action=embedview&wdAr=1.3333333333333333" width="722px" height="565px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft Office</a> presentation, powered by <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe> | ||
| - | </html> | ||
| - | |||
| - | * [[https://ctipub-my.sharepoint.com/:p:/g/personal/dragos_niculescu_upb_ro/EaY8EOGPK2xGn7WjVdPg-ccBbvFODlE6VA4f7jX4cQQrOQ?e=MWGrOP|Capitol 03 Arhitectura sistemului de calcul (PPT)]] | ||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 1: Introduction | ||
| - | * Chapter 2: Basic Computer Organization | ||
| - | * Chapter 2.1: Basic Components of a Computer System | ||
| - | * Chapter 2.2: The Processor | ||
| - | * Chapter 2.5: Memory | ||
| - | * Chapter 2.6: Input/Output | ||
| - | * Chapter 2.7: Performance: Effect of Data Alignment | ||
| - | * Appendice B: Assembling and Linking | ||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Demo-urile se găsesc în [[https://github.com/system-cs-pub-ro/iocla|repository]]. Pentru a clona și accesa repository-ul folosiți comenzile: | ||
| - | <code> | ||
| - | git clone https://github.com/systems-cs-pub-ro/iocla | ||
| - | cd iocla/ | ||
| - | </code> | ||
| - | |||
| - | Apoi accesați directorul ''curs/curs-01-prog/demo/'', respectiv ''curs/curs-02-ASC/demo'' folosind comenzile: | ||
| - | <code> | ||
| - | cd curs/curs-01-prog/demo/ | ||
| - | |||
| - | cd curs/curs-02-ASC/demo/ | ||
| - | </code> | ||
| - | |||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 2: Basic Computer Organization (w/o 2.3, 2.4, 2.7) | ||
| - | |||