Posted December 7, 201014 yr I wanted to derive high level pseudocode for assembly inrtructionsegcmp eax,20jl ifLowercan be represented in psedocode: if eax<20 goto ifLowersimilarly I want to derive psedocode for the following listing:specifically for adc instructionmov ebx, dword ptr[esi]sub esi,-4adc ebx,ebxjb somelabelcan anybody help?
Create an account or sign in to comment