This shows you the differences between two versions of the page.
iocla:cursuri:curs-03 [2018/10/09 10:04] dragos.niculescu created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Curs 03: Reprezentarea datelor în sistemele de calcul ====== | ||
- | |||
- | <html> | ||
- | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/asm/res/cursuri/capitol-02/IOCLA - Capitol 02 - Reprezentarea datelor.pdf&embedded=true" width="600" height="480" style="border: none;"> | ||
- | </iframe> | ||
- | </html> | ||
- | |||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-02/IOCLA - Capitol 02 - Reprezentarea datelor.pdf|Capitol 02: Reprezentarea datelor în sistemele de calcul (PDF)]] | ||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-02/IOCLA - Capitol 02 - Reprezentarea datelor - 3on1 notes.pdf|Capitol 02: Reprezentarea datelor în sistemele de calcul (handout: 3on1 notes)]] | ||
- | * [[http://elf.cs.pub.ro/asm/res/cursuri/capitol-02/IOCLA - Capitol 02 - Reprezentarea datelor - 6on1.pdf|Capitol 02: Reprezentarea datelor în sistemele de calcul (handout: 6on1)]] | ||
- | |||
- | * Suport curs | ||
- | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
- | * Appendix A: Internal Data Representation: A.1, A.2, A.3, A.4.4, A.7, A.8, A.9 | ||
- | |||
- | |||
- | |||
- | ===== Demo-uri ===== | ||
- | |||
- | <code bash> | ||
- | git clone https://github.com/iocla/curs-03-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> | ||