comparison with BS2
I noticed that both SX28 and BS2 have 2K·of memory for program.
So I guess that means that the number of BASIC statements I can program on SX28 is roughly same as BS2.·
Is this a correct assumption?
·
So I guess that means that the number of BASIC statements I can program on SX28 is roughly same as BS2.·
Is this a correct assumption?
·
Comments
The BS2 commands are stored as tokens. So each command uses about the same number of bytes.
On the SX28 commands are expanded into all the instructions needed to perform the action.
By using subroutines this can be minimized. But it really is like comparing apples and oranges.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A government big enough to give you everything you want, is big enough to take away everything you·have."·· Thomas Jefferson
"It is our choices, Harry, that show what we truly are, far more than our abilities."·Dumbledore from Harry Potter
www.iElectronicDesigns.com
·
If I do this in SX, then I guess the chances are high that it will exceed the memory of SX28?