After full compilation of CHDK you can find full disassembly in 'core/main.dump' file.
If you wish to get asm of a particular .c file look at the '-S' switch of gcc compiler. (You will have to use arm-gcc of course and have to add some compiler switches manually as well to eliminate compile errors)