abhi (cheapcoder)

Race #3325

View Pit Stop page for race #3325 by cheapcoderGhost race

View profile for abhi (cheapcoder)

Official speed 63.28 wpm (73.20 seconds elapsed during race)
Race Start August 11, 2020 6:36:18am UTC
Race Finish August 11, 2020 6:37:32am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 59.06
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.