abhijit mohanta Posted December 7, 2010 Posted December 7, 2010 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now