From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <71426f732544e3b77f52ea096f68a4cd@coraid.com> From: erik quanstrom Date: Mon, 12 Mar 2007 07:15:04 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] DjVu files support? In-Reply-To: <45219fb00703120509h141f9313s991b3eab0a5c7b6d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1fb95682-ead2-11e9-9d60-3106f5b1d025 On Mon Mar 12 07:10:43 EST 2007, viriketo@gmail.com wrote: > Could someone dump the assembly code of C++ symbols compiled by gcc, > and assemble the big thing with plan9's APE system calls, etc. ? :) > Given there aren't exceptions, link errors related to data types, etc. > > It's just a mad idea I guess. you would have to write a new assembler. 8a does not accept gas-style assembler. but i don't think that would be your only problem. since plan 9 is simple and the graphics model is simple, why not save this effort and write something else? - erik