This shows you the differences between two versions of the page.
|
iocla:cursuri:curs-04 [2018/10/15 22:40] dragos.niculescu created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== Curs 04: Setul de instrucțiuni ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_04_Setul_de_instructiuni.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
| - | </iframe> | ||
| - | </html> | ||
| - | |||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_04_Setul_de_instructiuni.pdf|Curs 04: Setul de instrucțiuni (PDF)]] | ||
| - | * [[http://elf.cs.pub.ro/asm/res/cursuri/IOCLA_curs_04_Setul_de_instructiuni-notes3on1.pdf|Curs 04: Setul de instructiuni (handout: 3on1 notes)]] | ||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Chapter 4: Overview of Assembly Language (4.5) | ||
| - | * Chapter 7: Arithmetic Flags and Instructions | ||
| - | * Chapter 8: Selection and Iteration | ||
| - | * Chapter 9: Logical and Bit Operations | ||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Pentru parcurgerea demo-urilor, folosim | ||
| - | <code> | ||
| - | git clone https://github.com/iocla/curs-04.demo.git | ||
| - | </code> | ||
| - | * binarul getput exemplifică funcțiile PutInt8 și GetInt8. Se folosesc macrourile io.mac și biblioteca io.o care vin cu cartea S. Dandamudi. | ||
| - | * Programul ijump.asm este cel din carte, produce binarul ijump. | ||
| - | * Există și o variantă ijump.sasm.asm care are macrourile înlocuite cu cele de SASM și poate fi rulat în mediul SASM. | ||