Post Reply 
My first newbie WP 34S question
02-01-2014, 10:34 PM
Post: #25
RE: My first newbie WP 34S question
(02-01-2014 05:18 PM)Marcus von Cube Wrote:  You can trust the emulated (simulated?) version. I've done almost all of my code development and debugging on the Windows emulator.
What I had in mind is that the size of the stack and the .data section is limited on the Atmel hardware, and compiler optimizations or bugs may be different, too. For example, one of my earlier attempts nearly doubled the stack space needed by set_status_sized(). I have no idea whether that would've been OK on the real hardware considering all possible code paths. The current version of my patch has a minimal impact on the stack and .data so this is probably no longer a concern.

I'll publish the patch once I've cleaned it up a little and have the time to write a post about what it does.

(02-01-2014 05:18 PM)Marcus von Cube Wrote:  Is it an emulator? Yes and no: It does not emulate the ARM processor and thus does not run the original ROM, but it's based on the same C code base, making all algorithms the same on all supported platforms.
Calling it a 'port' of the WP 34S software would be the most appropriate in my opinion. It's mostly the same code with platform specific changes and additions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: My first newbie WP 34S question - Bit - 01-28-2014, 03:23 AM
RE: My first newbie WP 34S question - Bit - 01-29-2014, 03:49 PM
RE: My first newbie WP 34S question - Bit - 01-29-2014, 03:44 PM
RE: My first newbie WP 34S question - Bit - 02-01-2014 10:34 PM
RE: My first newbie WP 34S question - Bit - 02-01-2014, 11:36 PM



User(s) browsing this thread: 1 Guest(s)