BS2IC clear program
slotcarz
Posts: 30
Which is the best code to use to clear the chip of programs? I have 1·erase programs but I saw another and can't seem to locate it. Or is there only one to do the task?
here is the one I have
DATA 0(2048)
thanks!
Jeff
·
here is the one I have
DATA 0(2048)
thanks!
Jeff
·
Comments
· END
The BASIC Stamp clears unused EE bytes to zero (use the Memory Map function to see this) unless you have a DATA statement that preserves them (this trick is useful if you want to load one program on top of another but have access to EE data stored by the first program).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
· DATA 0 (2048)
Sorry for the confusion.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax