This shows you the differences between two versions of the page.
iocla:cursuri:curs-02 [2018/10/08 12:46] dragos.niculescu |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Curs 02: Arhitectura x86 ====== | ||
- | |||
- | <html> | ||
- | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_02_Arhitectura_x86.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
- | </iframe> | ||
- | </html> | ||
- | |||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_02_Arhitectura_x86.pdf|Curs 02: Arhitectura x86 (PDF)]] | ||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_02_Arhitectura_x86-notes3on1.pdf|Curs 02: Arhitectura x86 (handout: 3on1 notes)]] | ||
- | |||
- | * Suport curs | ||
- | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
- | * Chapter 3: The Pentium Processor | ||
- | * Chapter 14: Protected Mode Interrupt Processing | ||
- | |||
- | /* | ||
- | ===== Demo-uri ===== | ||
- | |||
- | <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> | ||