This shows you the differences between two versions of the page.
iocla:cursuri:curs-08_09 [2019/12/31 20:18] razvan.deaconescu |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Curs 08 - 09: Moduri de adresare ====== | ||
- | <html> | ||
- | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={57e8563b-6a65-4bc5-8685-8318b8e68c5c}&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/ETtW6FdlasVLhoWDGLjmjFwBpQKwpdFnKTfZicXPEsR6sw?e=5flxxL|Curs 08 - 09: Moduri de adresare (PPT)]] | ||
- | |||
- | * Suport curs | ||
- | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
- | * Chapter 4: Overview of Assembly Language | ||
- | * 4.1: Assembly Language Statements | ||
- | * 4.2: Data Allocation | ||
- | * 4.3: Where Are the Operands? | ||
- | * 4.4: Data Transfer Instructions | ||
- | * 4.6: Defining Constants | ||
- | * 4.7: Macros | ||
- | * 4.8: Illustrative Examples | ||
- | * Chapter 6: Arithmetic Flags and Instructions | ||
- | * 6.1: Introduction | ||
- | * 6.2: Memory Addressing Modes | ||
- | * 6.3: Illustrative Examples | ||
- | |||
- | ===== 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-08/'' sau ''curs-09/'' folosind, respectiv, în directorul repository-ului (''iocla-demo.git/'') comenzile: | ||
- | <code> | ||
- | cd curs-08/ | ||
- | |||
- | cd curs-09/ | ||
- | </code> |