On Wed, 4 May 2005, [ISO-8859-9] Ozan Türky1lmaz wrote: > i am thinking how i cound make translator. what i thougt was read 4 > bits from the code in binary mode and look it up in translation table. You may want to take a look at Qemu, which is a machine language translator. It can be used to eg. run x86 binaries on PPC, or the other way around. It can even be used to virtualise an x86 computer... -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan