I have a question.
I looked for in all the sides, looking for this :
the microcontroller BAsic atom 28 ,how it stores the data, unloaded once of the PC.
binary, hexadecimal socarrar or another way.
I have a question.
I looked for in all the sides, looking for this :
the microcontroller BAsic atom 28 ,how it stores the data, unloaded once of the PC.
binary, hexadecimal socarrar or another way.
Hi Jay,
I believe most BASIC interpreters store the BASIC program in a “tokenized” format, i.e., binary “codes” for various BASIC instructions. Makes the programs smaller, and faster to interpret. The IDE available for the BASIC Stamp (on Atom 28 'Bot board) thus compiles your BASIC (man readable) program into a series of tokens to be downloaded and executed on the Atom board.
Hope this helps.
Alan KM6VV
thanks for you help. :D:D