Re: [Qemu-devel] Assembly Code Generation Using Tiny Code Generator

2011-08-08 Thread maheen butt
Use the  -d switch with out_asm option e.g, $ mips-linux-user -d out_asm ... From: Nithish R To: qemu-devel@nongnu.org Sent: Tuesday, August 9, 2011 6:50 AM Subject: [Qemu-devel] Assembly Code Generation Using Tiny Code Generator Hi,    I am doing a project

[Qemu-devel] Assembly Code Generation Using Tiny Code Generator

2011-08-08 Thread Nithish R
Hi, I am doing a project on Computing Node Resource Supervisor Base Codes. The project is to map processes to various PCs in a network based on their current loads. I need to get the assembly code generated by the tiny code generator for the host OS. I have got the details of how the conversi