Since this is an exam, deal with it like any other exam - organize! You should be able to quickly identify code blocks. Start with branch / return instructions that disrupt the flow of control. They usually refer to loop routines or labels. Once you have an idea of how the code flows, then figure out what it does in each block.
source
share