Hello Dan,
I took a look at your code on the URL...
I used to use compile spot all the time. I now have PBP. 2.45. But I have no doubt that you can compile your project on compilespot... But you will have to do a couple of things in order for it to compile.
1. Remove *all* comments.
2. Change all the "If" statements to a case statement.
for your 12 "If relay"
3. Change your label ifs to if and else statements.
Compilespot only allows 900 bytes of "basic" program... not Assembly.
This means that you are limited to 400 characters. not words or variables or anything fancy. Shortening variable names from Relay1 to R1 saves you twice as much space. taking out all comments saves you tremendous space.
To do this, you gotta think and act like someone as me<g>(and there are worse folks than I <g>)...Do you know how the grand canyon was formed??? Somebody rolled a penny down a mole hole... <g>
Compilespot is excellent for learning and playing. I highly recommend it. I ended up purchasing the full version, but for 6 months I used Compilespot to get many different projects working.
If you need help, just ask... I will see what I can do...
Dwayne
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks