This shows you the differences between two versions of the page.
|
iocla:cursuri:capitol-04 [2021/10/11 20:41] dragos.niculescu |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== Curs 04: Reprezentarea numerelor ====== | ||
| - | |||
| - | <html> | ||
| - | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={d2cc27eb-c19e-4691-9d75-795838758912}&action=embedview&wdAr=1.3333333333333333" width="610px" height="480x" 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> | ||
| - | | ||
| - | <iframe src="https://ctipub-my.sharepoint.com/personal/dragos_niculescu_upb_ro/_layouts/15/Doc.aspx?sourcedoc={47c79163-307d-4c53-bb3e-daf9420b7543}&action=embedview&wdAr=1.3333333333333333" width="610px" height="480px" 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> | ||
| - | | ||
| - | </html> | ||
| - | |||
| - | * [[https://ctipub-my.sharepoint.com/:p:/g/personal/dragos_niculescu_upb_ro/EesnzNKewZFGnXV5WDh1iRIBQR5C4fHl2aVvLMaORWp_zg?e=H6uEUi|Baze de reprezentare, Endianness (.PPT)]] | ||
| - | * [[https://ctipub-my.sharepoint.com/:p:/g/personal/dragos_niculescu_upb_ro/EWORx0d9MFNMuz7a-UILdUMBLW53lRIGtCgq8h7vsA0FKA?e=j45lnC|Complement față de 2 (PPT)]] | ||
| - | |||
| - | |||
| - | * Suport curs | ||
| - | * Sivarama P. Dandamudi: Introduction to Assembly Language Programming | ||
| - | * Appendice A: Internal Data Representation | ||
| - | * A.4: Signed Integer Representation | ||
| - | * A.5: Floating-PointRepresentation | ||
| - | * A.6: Character Representation | ||
| - | |||
| - | ===== Demo-uri ===== | ||
| - | |||
| - | Demo-urile se găsesc în [[https://github.com/iocla/demo|repository]]. Pentru a clona și accesa repository-ul folosiți comenzile: | ||
| - | <code> | ||
| - | git clone https://github.com/iocla/demo iocla-demo.git | ||
| - | cd iocla-demo.git/ | ||
| - | </code> | ||
| - | |||
| - | Apoi accesați directorul ''curs-04/'' folosind, în directorul repository-ului (''iocla-demo.git/'') comanda: | ||
| - | <code> | ||
| - | cd curs-04/ | ||
| - | </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. | ||