<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Salü RS</p>
    <p>Freunde, Freunde. Ihr hängt mich ab. :)</p>
    <p>Ist das Code-Fragment von einem Decompiler oder
      "Im-Kopf-Decompiled" basierend auf dem Disassembly oder
      Pseudo-Code basierend auf der Funktionalität des Stiffts? Ich bin
      gerade etwas überfordert. <br>
    </p>
    <p>Sehr interessant find ich das "debugprintf", gibts da mehr Infos
      dazu? <br>
    </p>
    <p>Grüsse von der Emulatoren-Nand-Front. (Die aus Zeitgründen leider
      keine Fortschritte macht)<br>
    </p>
    <p>Shue<br>
    </p>
    <blockquote type="cite"
cite="mid:trinity-57374f06-a387-46d2-b4a6-3d692fac7c11-1610309029465@3c-app-gmx-bs39">
      <div>
        <div>Hi,</div>
        <div> </div>
        <div>ich habe mal aus Spass (noch nie mit ARM gearbeitet) in die
          Binaries des Weltatlas geschaut. Leider habe ich das Buch
          nicht. Für die, die den Weltatlas kennen: würde eine solche
          Funktion in irgendeinem Kontext Sinn ergeben?</div>
        <div> </div>
        <div>
          <div>void getFiveQuestions() {<br>
              QuestionData *qd = questionDataPtr;<br>
              qd->activeQuestions = 0;<br>
              int r = qd->totalNumberOfQuestions % 30;<br>
              for(int=i-0;i<5;i++) {<br>
                 int bm = 1 << r;<br>
                 if ((qd->activeQuestions & bm) == 0) {<br>
                    qd->activeQuestions |= bm;<br>
                    debugprintf("get five question:%d.", r);<br>
                    UnknownFunction(r);<br>
                 }<br>
                 r = getRandomInt(29);<br>
              }<br>
              qd->activeQuestions2 = qd->activeQuestions;<br>
            }</div>
          <div> </div>
          <div> </div>
          <div>Grüsse</div>
          <div>rs</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
  </body>
</html>