New to list and IISX question
Archiver
Posts: 46,084
Hi all I am new to this list.
I have bought 2 (one for home and 1 for work) of the Al Williams
kits with the book, cd ,board of ed. and basic stamp IISX.
I have done quite a lot with these little puppies like interface
to my palm pilot, HD44780 LCD display, hobby servo controller, etc..
My question is this. How do I get programs in to the 8
different locations in the 16k space?
I have read and understand the RUN command and I am using
the stamp editor that came with my package/kit. Is there
another editor I need?
My editor is: 1.091 beta
Thanks,
Bob
I have bought 2 (one for home and 1 for work) of the Al Williams
kits with the book, cd ,board of ed. and basic stamp IISX.
I have done quite a lot with these little puppies like interface
to my palm pilot, HD44780 LCD display, hobby servo controller, etc..
My question is this. How do I get programs in to the 8
different locations in the 16k space?
I have read and understand the RUN command and I am using
the stamp editor that came with my package/kit. Is there
another editor I need?
My editor is: 1.091 beta
Thanks,
Bob
Comments
Using the Windoze editor, insert the following line of code in the header of
program 0, this will load the other programs in the order that they are
listed.
'Header file for program0.bsx
'{$STAMP BS2SX, program1.bsx, program2.bsx, program3.bsx}
The editor will read this line even though it is commented, and will load
program0 in location 0, program1 in location1, etc.
Also check the Windows interface users guide on the Parallax web site.
Best Regards,
-Billy
>
Original Message
> From: tesla@i... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=v4HIhd9arDp409UR9WlNGFbR5qICyFOYGHkRJw5N2ceMHG5V5vWZYEMZeEawkSGmkHNOGv5T6g]tesla@i...[/url
> Sent: Monday, May 22, 2000 12:18 PM
> To: basicstamps@egroups.com
> Subject: [noparse][[/noparse]basicstamps] New to list and IISX question
>
>
> Hi all I am new to this list.
> I have bought 2 (one for home and 1 for work) of the Al Williams
> kits with the book, cd ,board of ed. and basic stamp IISX.
> I have done quite a lot with these little puppies like interface
> to my palm pilot, HD44780 LCD display, hobby servo controller, etc..
>
> My question is this. How do I get programs in to the 8
> different locations in the 16k space?
>
> I have read and understand the RUN command and I am using
> the stamp editor that came with my package/kit. Is there
> another editor I need?
>
> My editor is: 1.091 beta
>
> Thanks,
> Bob
>
>
>
>