1000 Lines or 4000 Lines?

The datasheet says that a Picaxe-40x2 can store around 1000 lines of program data. However, it also says that it has 4 program slots. So does each program slot store around 250 lines, or does each program slot store around 1000 lines?

Nevermind, I just found it.

Nevermind, I just found it. It can store up to around 4000 lines. How do you delete forum posts?

No dissasemble Stephany!

Don’t delete the question plus answer, just because the question got answered! If we all would do that, the forum would be very hollow!

Thanks for contributing Roboto!

Don’t delete yet… It’s not 4000 lines…

I ran into this as well and was a bit unimpressed. It says you can run “one big program” using all 4 “sectors” but there are a ton of restrictions. Variable don’t transfer from section to section etc. For all intents and purposes, your x2 unit simply has room for (4) different stand-alone programs. In therory these 4 programs can talk to each other but sorta not really. In your mind just think that you have 4 seperate picaxe chips and each one has 1000 lines of code in it. Now stick these 4 chips into one chip and know you can call on each one (with the run command) as you need. This is what the x2’s can do.