Where i can find ASSEMBLY code for my program written for gmp-5.0.0 im using UBUNTU and G++ compiler.. command for compiling the code is "g++ test.cc -o outp -lgmp"
actually i want to know what happens internally in terms of 1's and 0's... how the memory allocation will takes place and how the operations will performed on RAW bits!!