Shop OBEX P1 Docs P2 Docs Learn Events
BS2SX x 4 programs — Parallax Forums

BS2SX x 4 programs

ArchiverArchiver Posts: 46,084
edited 2002-04-22 17:27 in General Discussion
I am currently using my BS2SX with a single program using a single 2K
program space. I would like to break up the program to utilize some
of the other 3 2K program spaces since I am out of space in a single
2K space. How can I do this?

Thanks,
/John

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-04-22 17:27
    hi there,


    you do this in the program to run the other banks...
    on the top of the first program put this (replacing the example
    names with your file names)

    '{$STAMP BS2SX,program1.bsx,program2.bsx,program3.bsx}

    leave the ' character there dont take it out


    then on the end of the first memory bank of code you just put
    run 1

    then it will run the next program


    remember you start on program 0 and not program 1

    on all the banks of program you copy and paste the above (replacing
    my example names with YOUR file names), so it knows to associate ALL
    the code to the stamp project

    '{$STAMP BS2SX,program1.bsx,program2.bsx,program3.bsx}

    on each bank end you just run the next bank, after you fill up bank
    0 you use run 1, after you fill up bank 1 you use run 2.......etc.


    steve


    hope that wasnt TOO confusing....sorry.







    --- In basicstamps@y..., "johnschwab5678" <johnschwab5678@y...>
    wrote:
    > I am currently using my BS2SX with a single program using a single
    2K
    > program space. I would like to break up the program to utilize
    some
    > of the other 3 2K program spaces since I am out of space in a
    single
    > 2K space. How can I do this?
    >
    > Thanks,
    > /John
Sign In or Register to comment.