This shows you the differences between two versions of the page.
|
iocla:cursuri:curs-02_03 [2020/10/05 12:39] razvan.deaconescu |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Curs 02-03: Arhitectura sistemelor de calcul ====== | ||
| - | <html> | ||
| - | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={65d83e56-07d7-4490-b3a5-a7b5b364aa50}&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/EVY-2GXXB5BEs6WntbNkqlAB9mVxt2sSgFsmoZiBd0tCsw?e=E74s1P|Curs 02-03: Arhitectura sistemelor 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> | ||