Duarte (haunted_cpp)

Race #1002

View Pit Stop page for race #1002 by haunted_cppGhost race

View profile for Duarte (haunted_cpp)

Official speed 70.72 wpm (65.50 seconds elapsed during race)
Race Start November 12, 2019 3:08:24pm UTC
Race Finish November 12, 2019 3:09:29pm UTC
Outcome Win (1 of 5)
Accuracy 95.0%
Points 66.00
Text #4060132 (Length: 386 characters)

Recursive descent takes a different approach to locating instructions. Recursive descent focuses on the concept of control flow, which determines whether an instruction should be disassembled or not based on whether it is referenced by another instruction. To understand recursive descent, it is helpful to classify instructions according to how they affect the CPU instruction pointer.