View Single Post
Old 07-05-2008, 02:02 PM   #4
DMcCunney
New York Editor
DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.
 
DMcCunney's Avatar
 
Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
Quote:
Originally Posted by lady_morana View Post
That link did not work for me. I have copies of MSreader but have never gotten them to work right. Supposedly , there is a way to make an ARM program work on MIPS with "help" but I have never figured that out either.
The "help" will involve a translation layer that intercepts the ARM instructions and converts them to the MIPs equivalents for execution. How well it works depends on the device doing the emulation.

For example, Palm switched from the Motorola "Dragonball" processor to ARM based CPUs for the new generation of Palm Os 5 devices. To preserve compatibility with older Palm software, they implemented an abstraction layer that intercepted the MV680X0 instructions and translated them to ARM instructions. They also made it possible to compile modules as ARMlets in native ARM code for processor intensive tasks.

Translation carries overhead, and requires a fairly fast machine to perform acceptably. Palm got away with it because the older devices were much slower, typically running at 16mhz, while the ARM devices ran at 100mhz or more.

I suspect that any emulation on the HPC Mobile Pro would have performance problems.

No one makes MIPS based WinCE devices now. You would do better to get an ARM based unit. For that form factor, I'd hunt around for an HP Jornada.

Also, Mobipocket has older versions of its reader for PocketPC/WinCE devices, so you aren't restricted to .LIT and MS Reader. See http://www.mobipocket.com/en/Downloa...rchivedVersion
______
Dennis
DMcCunney is offline   Reply With Quote