Problem 3 of PHASE 1 - APPRENTICE LEVEL: Is there an error in the Walkthrough?

Problem 3 of PHASE 1 - APPRENTICE LEVEL: Is there an error in the Walkthrough?

Ritratto di john.bauer@comcast.net

Is the answer in Cycle 4 correct?
"Cycle 4: A = A + 0x01, B= B + 0x20 Completion: A = 0x76, B = 0x95"
Is 0x95 correct or should it be 0x81?
Before Cycle 4B = 0x61; 0x61 + 0x20 = 0x81. Hence the question.

6 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di VoVanx86
Quoting john.bauer@comcast.net

Is the answer in Cycle 4 correct?
"Cycle 4: A = A + 0x01, B= B + 0x20 Completion: A = 0x76, B = 0x95"
Is 0x95 correct or should it be 0x81?
Before Cycle 4B = 0x61; 0x61 + 0x20 = 0x81. Hence the question.

Maybe misprint?
A = 0x75;
B = 0x61;
A + 0x20=0x95;

Ritratto di hitesh.sharma
Best Reply

Yeah there is obviously a misprint.
A is fine(i.e. 0x76).
B should be 0x81

Ritratto di Rama Kishan Malladi (Intel)

Yes, sorry for misprint. It should be:

A= 0x76
B = 0x81

Thanks for pointing out this error.

-Rama

Ritratto di Jeff Kataoka (Intel)

We have amended to fix this misprint error. Please see the P1:A3 Running Numbers, Apprentice Problem 3 page for the amendment. I will also post a separate thread, so everyone will see this amendment.

Ritratto di

Accedere per lasciare un commento.