Shop OBEX P1 Docs P2 Docs Learn Events
How to download multiple program in different slots in BS2p? — Parallax Forums

How to download multiple program in different slots in BS2p?

ArchiverArchiver Posts: 46,084
edited 2003-06-02 21:07 in General Discussion
Hi:
Can anyone point me to documentation or explain how to download
programs into different 2K spaces in the BS2p?
Thanks a lot
Mohammed

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-06-02 21:07
    Sub-programs must be declared in your main [noparse][[/noparse]slot 0] program $STAMP
    declaration. The programs will then download to their respective slots. Like
    this:

    {$STAMP BS2p, slot1pgm.bsp, slot2pgm.bsp, slot3pgm.bsp}

    You can "force" programs to be loaded into specific slots by the order in
    which they appear in the declaration. To create a gap, you must create a
    "blank"
    program that will be inserted where you have no active code -- though there
    is no compelling reason to do this.

    For more information, consult the manual; Section 3: Using the BASIC Stamp
    Editor.

    -- Jon Williams
    -- Parallax

    In a message dated 6/2/2003 2:51:16 PM Central Standard Time,
    mohammedrasiq@y... writes:

    > Hi:
    > Can anyone point me to documentation or explain how to download
    > programs into different 2K spaces in the BS2p?
    > Thanks a lot
    > Mohammed



    [noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.