From mint-bounce@lists.fishpool.fi Fri May 1 15:32:21 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=lHUTzeusUPHVxtQ68RFW5pEK8R/hYjNdVzcnHqFO6eQ=; b=eCqqGH/S2EuaZqGIe3BsW6+GGDrT7lj2zvA5YoifPzDK5+9bHfAo7r7YeX0cQ6yZv+ 4FDKDaG4Ih+ZSgqPxMeLwAgsvnQVrVMFFtMhsiM/UiVj/v3SbwmR4GzN2YgSQf1TLIF0 JxJp+OKv2ITQVB6f01xLWtPGWNp6A3L5mLwLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=nYtkuJ8uYZVKFvAP+EIRqzOmQIydKXgqrX6z4WnC8nWyuDupFykegFb7q99jpJv4eq zD0Rh7v35gxwdC+krPlrwAorLE1jj3ow128Tfx9dUc1X8Z0ZsiBU6rq6Qdkr3VxgTAhx cHSeVl+A8cGFAW+gTooKH2IoKNQTVpyaz3qcU= Message-Id: <9D53D45B-D5B8-476A-A21D-1125943381BD@gmail.com> From: Peter Persson To: mint@lists.fishpool.fi In-Reply-To: <49FB1190.29486.9AF7872@rfburrows.ymail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [MiNT] MiNTLib for ColdFire Date: Fri, 1 May 2009 21:30:02 +0200 References: <49F743B1.8030803@freesbee.fr>, <49FA299D.2060405@chello.nl>, <20090501111706.p0w4rbgracgk0css@pop.freeola.net> <49FB1190.29486.9AF7872@rfburrows.ymail.com> X-Mailer: Apple Mail (2.930.3) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: > On 1 May 2009 at 11:17, p.slegg@scubadivers.co.uk wrote: > >> So with some work a TOS binary can be dis-assembled into M68k >> assembler. >> >> Could http://www.microapl.co.uk/asm2c/index.html be used to convert >> it to C. A lot of work but for some crucial applications it might >> be worth it. I realise it might stretch the EULA a little bit but >> when the author/owner cannot be found who is going to complain for >> the quantity of users we are talking about ? Like Vincent suggested earlier, user land binary emulation eliminates the need to do this. It's not that hard to implement, and solves the problem regardless of platform/CPU. Native and emulated binaries can co-exist, and there is even a possibility to make dirty applications more compatible than before. -- PeP