August 7, 2012

How to disassemble in OSX

Compiled simple "Hello, World" codes in ECL Lisp and GCC into binary, and wanted to compare the two in assembly.

Just do:

$ otool -tV "filename"