This shows you the differences between two versions of the page.
|
iocla:cursuri:capitol-05 [2017/10/30 19:01] dragos.niculescu [Demo 2] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Capitol 05: Moduri de adresare ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/asm/res/cursuri/capitol-05/IOCLA - Capitol 05 - Moduri de adresare.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
| - | </iframe> | ||
| - | </html> | ||
| - | |||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-05/IOCLA - Capitol 05 - Moduri de adresare.pdf|Capitol 05: Moduri de adresare (PDF)]] | ||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-05/IOCLA - Capitol 05 - Moduri de adresare - 3on1 notes.pdf|Capitol 05: Moduri de adresare (handout: 3on1 notes)]] | ||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-05/IOCLA - Capitol 05 - Moduri de adresare - 6on1.pdf|Capitol 05: Moduri de adresare (handout: 6on1)]] | ||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 4: Overview of Assembly Language (4.1-4.4, 4.6-4.8) | ||
| - | * Chapter 6: Addressing Modes (6.1-6.3) | ||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Pentru parcurgerea demo-urilor, folosim [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-01-demo.zip|arhiva aferentă]] capitolului 1. Demo-urile rulează pe Linux. Descărcăm arhiva folosind comanda<code bash> | ||
| - | wget http://elf.cs.pub.ro/iocla/res/cursuri/capitol-01-demo.zip | ||
| - | </code> și apoi decomprimăm arhiva<code bash> | ||
| - | unzip capitol-01-demo.zip | ||
| - | </code> și accesăm directorul rezultat în urma decomprimării<code bash> | ||
| - | cd capitol-01-demo/ | ||
| - | </code> | ||
| - | |||
| - | ==== Demo 1 ==== | ||
| - | |||
| - | TODO | ||
| - | |||