Flash Magic Forum

In-System Programming Support => P89V51Rx2/P89LV51Rx2 => Topic started by: keets on June 18, 2009, 12:45:17 AM

Title: simulator for p89v61rd2
Post by: keets on June 18, 2009, 12:45:17 AM
I need a simulator for p89v51rd2.
sience I write code in assembly, the products of keil/frankline are notuseful.
what do I do?
Title: Re: simulator for p89v61rd2
Post by: Andy Ayre on June 18, 2009, 09:19:45 AM
Why not write your code in C and only put the high performance parts in assembly? Assembly can be wrapped into a C function. Also compilers like Keil are pretty good at optimizing the assembly they produce from C code.

Even if your code is in assembly Keil uVision should be able to simulate it.

Andy