Assume that the instruction pointer, EIP, initially contains49_{10}and the assembly language representation of the instructions in memory starting at address49_{10}is
Instruction Address Instruction
49 OR BL, 0x34
50 JE 79
Before the instruction sequence is executed, the flags are CF=1, ZF=0 and SF=1 and the Registers have the values AL=0x37, BL=0xEC CL=0xB8 and DL=0x99. What is the value of the instruction pointer after the sequence executes?