Shop OBEX P1 Docs P2 Docs Learn Events
Read program on BS1 — Parallax Forums

Read program on BS1

RVRV Posts: 9
edited 2013-11-08 13:33 in BASIC Stamp
This is probably a dumb question but I am new to the BS1. I have a program running on a BS1 that I do not have in the editor. I would like the editor to read the program from the stamp so I can view it but cannot figure out how to do it, I know how to load a program, just not how to retrieve one.

Thanks

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-11-08 13:31
    You can't do it. That's why there's nothing written about it. The program from the editor doesn't exist inside the BS1 anyway. The Stamp Editor compiles (translates / transforms) it into a very compressed interpretive code. Variable names and statements disappear and are replaced with memory locations. Things like IF THEN statements become conditional jumps, etc.
  • RVRV Posts: 9
    edited 2013-11-08 13:33
    Thanks Mike. I thought I was missing something.

    Pete
Sign In or Register to comment.