Shop OBEX P1 Docs P2 Docs Learn Events
Upload, download — Parallax Forums

Upload, download

billy.bobbilly.bob Posts: 6
edited 2006-10-20 14:58 in BASIC Stamp
Is there a way to send whats in a stamp up to the editor to see what it is and how its written?

Comments

  • ForrestForrest Posts: 1,341
    edited 2006-10-20 03:51
    No
  • Mike GreenMike Green Posts: 23,101
    edited 2006-10-20 03:53
    Very much no.
  • allanlane5allanlane5 Posts: 3,815
    edited 2006-10-20 13:13
    Nope. All that's in the BS2 eeprom is compiled 'tokens' -- each keyword compiles to a single byte 'token', which is then used during run time to select run-time routines out of the PIC 16C57 on the BS2.

    Even if you were able to read the eeprom and generate an equivalent PBasic source from it, you'd have lost all comments, all "CON" parameters, and all reasoning as to why it was done the way it was.
  • billy.bobbilly.bob Posts: 6
    edited 2006-10-20 14:58
    Thanks everyone.
Sign In or Register to comment.