From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: From: Anant Narayanan To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 2 May 2008 15:44:16 +0530 Subject: [9fans] Disassembler? Topicbox-Message-UUID: 9cbd8012-ead3-11e9-9d60-3106f5b1d025 Hi, Is there a tool available which can convert plan 9 a.out executables to plan 9 assembly code? I'd like to know how the C compiler stores arguments for a system call on the stack for x86. 8c -S does not help, since all it displays is: `call print', instead of what instructions are actually executed when print is called. Regards, Anant