This shows you the differences between two versions of the page.
|
iocla:cursuri:curs-01 [2018/09/17 23:53] dragos.niculescu created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Curs 01: Introducere, Arhitectura sistemelor de calcul ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/asm/res/cursuri/capitol-01/IOCLA - Capitol 01 - Introducere.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
| - | </iframe> | ||
| - | </html> | ||
| - | |||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-01/IOCLA - Capitol 01 - Introducere.pdf|Capitol 01: Introducere (PDF)]] | ||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-01/IOCLA - Capitol 01 - Introducere - 3on1 notes.pdf|Capitol 01: Introducere (handout: 3on1 notes)]] | ||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-01/IOCLA - Capitol 01 - Introducere - 6on1.pdf|Capitol 01: Introducere (handout: 6on1)]] | ||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 1: Introduction | ||
| - | |||
| - | |||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Demo-urile rulează pe Linux. Descărcăm arhiva folosind comanda<code bash> | ||
| - | git clone https://github.com/iocla/curs-01-demo.git | ||
| - | </code> și apoi compilăm/asamblăm<code bash> | ||
| - | make | ||
| - | </code> și executăm demo-urile confrom fișierului READM <code bash> | ||
| - | cat README | ||
| - | </code> | ||