Error Handling: Versionsgeschichte

Aus C und Assembler mit Raspberry

Auswahl des Versionsunterschieds: Markiere die Radiobuttons der zu vergleichenden Versionen und drücke die Eingabetaste oder die Schaltfläche am unteren Rand.
Legende: (Aktuell) = Unterschied zur aktuellen Version, (Vorherige) = Unterschied zur vorherigen Version, K = Kleine Änderung

23. August 2024

22. August 2024

19. August 2024

23. Juli 2024

  • AktuellVorherige 09:1809:18, 23. Jul. 2024Satyria Diskussion Beiträge 1.662 Bytes +1.662 Bytes Die Seite wurde neu angelegt: „Since we currently have no means to send information to ourselves consciously, we will use the LED to indicate when something goes wrong. To achieve this, we will create a function that can display an error code using the LED. We will extend our '''led.s''' code with this function: <syntaxhighlight lang="asm"> .globl LED_Error // In w0 = Error code LED_Error: mov w10, w0 // Save w0 as the function "wait" uses w0 as a timer 1: mov w11,…“