Hey guys,
I am debugging some random files trying to get into gdb and I came accross a question how many machine instructions are used for this :

double x, dx, ans;

I guess I could see based on memory addresses and the size of double that 3 variables are inititated but what about the number of instructions, how would one get it?

for those looking into some machine code , use for example:
disas /m main -> will give you dissasembly of main line by line ..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.