Jump to content
Tuts 4 You

hiigh level pseudocode for instructions like adc


abhijit mohanta

Recommended Posts

abhijit mohanta

I wanted to derive high level pseudocode for assembly inrtructions

eg

cmp eax,20

jl ifLower

can be represented in psedocode:

if eax<20 goto ifLower

similarly I want to derive psedocode for the following listing:

specifically for adc instruction

mov ebx, dword ptr[esi]

sub esi,-4

adc ebx,ebx

jb somelabel

can anybody help?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...