Let’s create a simple program to see how the code is dissasembled.

Disassemble the program in IDA Pro.
Spaces are allocated for each variable and the values are then moved to the allocated spaces.


- Yellow = str[ ]
- Green = carrary[ ]
- Orange = floatvar
Leave a Reply