[futurebasic] Re: A Challenge For Someone

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 1998 : Group Archive : Group : All Groups

From: Mars Saxman <marssaxman@...>
Date: Tue, 3 Feb 98 14:23:20 -0800
>I know this just a little off, but FutureBasic II is a 68K program, how can
>it build a FAT App.  I mean how can a 68K program make a PPC Native Code.

Quite easily. Generating an application is a matter of spewing out the 
correct bytes in the correct order. There is nothing magic about the CPU 
used to do the spewing. You could generate PowerPC code on a Commodore 64 
if you wanted to.

However, in this case you are correct. FBII is a 68k-only program that 
generates 68k-only programs. 

-Mars