Help Accessing BS2SX additional space
Archiver
Posts: 46,084
Hi all,
I just got my shiny new BS2sx and am trying to figure out how I am
supposed to store programs in the supposed 8 slots. Is there some
command I put in the beginning that tells where to send them?
Chris
Thanks
I just got my shiny new BS2sx and am trying to figure out how I am
supposed to store programs in the supposed 8 slots. Is there some
command I put in the beginning that tells where to send them?
Chris
Thanks
Comments
covers multi-slot programs. The short answer is that you need to modify
your $STAMP directive (in your main program [noparse][[/noparse]slot 0]) to load any
additional slots. Like this:
' {$STAMP BS2sx, Slot1Pgm.BSX, Slot2Pgm.BSX}
This article from Nuts & Volts will show you to put active code in extra
slots and call it from the main program:
http://www.parallax.com/dl/docs/cols/nv/vol3/col/87.pdf
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: Chris Schur [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=N_zad7_wBCZATJlLg1_VGtdSWPcaZxks_9wLryod8UFZLdkPH1RzC4co_mSZlww-o8FCq0i0l8Jn]comets133@y...[/url
Sent: Friday, January 23, 2004 9:17 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] Help Accessing BS2SX additional space
Hi all,
I just got my shiny new BS2sx and am trying to figure out how I am
supposed to store programs in the supposed 8 slots. Is there some
command I put in the beginning that tells where to send them?
Chris
Thanks
Chris
--- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
wrote:
> Section 4 of the manual (and "Compiler Directives" in the help file)
> covers multi-slot programs. The short answer is that you need to
modify
> your $STAMP directive (in your main program [noparse][[/noparse]slot 0]) to load any
> additional slots. Like this:
>
> ' {$STAMP BS2sx, Slot1Pgm.BSX, Slot2Pgm.BSX}
>
> This article from Nuts & Volts will show you to put active code in
extra
> slots and call it from the main program:
>
> http://www.parallax.com/dl/docs/cols/nv/vol3/col/87.pdf
>
> -- Jon Williams
> -- Applications Engineer, Parallax
> -- Dallas Office
>
>
>
Original Message
> From: Chris Schur [noparse][[/noparse]mailto:comets133@y...]
> Sent: Friday, January 23, 2004 9:17 PM
> To: basicstamps@yahoogroups.com
> Subject: [noparse][[/noparse]basicstamps] Help Accessing BS2SX additional space
>
>
> Hi all,
>
> I just got my shiny new BS2sx and am trying to figure out how I am
> supposed to store programs in the supposed 8 slots. Is there some
> command I put in the beginning that tells where to send them?
>
> Chris
>
> Thanks