Write assembly code for swap​function (to swap two integernumbers) from scratch.After that, call the swapfunction using assembly code (main function). You are not
allowed to write the C code and generate the assembly code fromthere. Comment on each line of the assembly code. Pleasewrite in IA32 assembly
Solution