This shows you the differences between two versions of the page.
|
iocla:cursuri:curs-12 [2019/12/31 20:25] razvan.deaconescu |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Curs 12: C + asm ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={32da1aa4-6b1d-4ed8-a794-42493a904e97}&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/EaQa2jIda9hOp5RCSTqQTpcBeNlXwd0D_zZjZtp36LW9QQ?e=FZ7r1u|Curs 12: C + asm ]] | ||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 17: High-Level Language Interface | ||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Demo-urile se găsesc în [[https://github.com/iocla/demo|repository]]. Pentru a clona și accesa repository-ul folosiți comenzile: | ||
| - | <code> | ||
| - | git clone https://github.com/iocla/demo iocla-demo.git | ||
| - | cd iocla-demo.git/ | ||
| - | </code> | ||
| - | |||
| - | Apoi accesați directorul ''curs-12/'' folosind, în directorul repository-ului (''iocla-demo.git/'') comanda: | ||
| - | <code> | ||
| - | cd curs-12/ | ||
| - | </code> | ||