Basic Stamp Simulator
Archiver
Posts: 46,084
I have just started using the stamp's and I have noticed something.
I
have written software programs and have used simulators to run the
programs while in the editor/compiler. Is there a simulator that
will
run the stamp program without the stamp attached and where you can
monitor the registers and I/O, maybe even change the I/O. I checked
the download area and did not see one.
I
have written software programs and have used simulators to run the
programs while in the editor/compiler. Is there a simulator that
will
run the stamp program without the stamp attached and where you can
monitor the registers and I/O, maybe even change the I/O. I checked
the download area and did not see one.
Comments
appears in my book Microcontroller Projects with Basic Stamps
(http://www.al-williams.com/awce/sbook.htm). You write your Stamp I program
as usual and save the object code to a file (instructions are with the
simulator). Then the simulator executes the same exact tokens the Stamp
does. There are a few limitations, of course.
We haven't done a Stamp II simulator because we can't easily access the
tokens (unless you siphon them off the serial port as Tracy has done).
Without that capability, the first thing we'd have to do is write a parser
identical to the Stamp II program's parser and I haven't been willing to do
that yet.
Regards,
Al Williams
AWC
* 8 channels of PWM: http://www.al-williams.com/awce/pak5.htm
>
Original Message
> From: myoder9000@a... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=HZw5If0kiVKVtI88gKuDDSg7bvBmH4-lzxxCFSIOpZ_L9mJpY__vraW9ybO4iIjt0d0g4aoyo2c2rv8VSg]myoder9000@a...[/url
> Sent: Friday, September 01, 2000 5:57 AM
> To: basicstamps@egroups.com
> Subject: [noparse][[/noparse]basicstamps] Basic Stamp Simulator
>
>
> I have just started using the stamp's and I have noticed something.
> I
> have written software programs and have used simulators to run the
> programs while in the editor/compiler. Is there a simulator that
> will
> run the stamp program without the stamp attached and where you can
> monitor the registers and I/O, maybe even change the I/O. I checked
> the download area and did not see one.
>
>
>