This shows you the differences between two versions of the page.
iocla:cursuri:curs-01 [2019/09/23 15:01] cristian.vijelie |
— (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/IOCLA_curs_01_Intro_ASC.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
- | </iframe> | ||
- | </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="350px" height="286px" 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> | ||
- | |||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_01_Intro_ASC.pdf|Curs 01 (PDF)]] | ||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_01_Intro_ASC-notes3on1.pdf|Curs 01 (handout: 3on1 notes)]] | ||
- | |||
- | |||
- | * Suport curs | ||
- | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
- | * Chapter 1: Introduction | ||
- | * Chapter 2: fără 2.3, 2.4, 2.7 | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ===== 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> | ||
- | cd curs-01-demo; make | ||
- | </code> și executăm demo-urile confrom fișierului README <code bash> | ||
- | cat README | ||
- | </code> | ||