Won't repeat...
James Newman
Posts: 133
I've just started trying to learn propeller asm, but ran into a problem.
I whipped up a simple led flashing asm program, rna it, but it kept ending prematurely. I thought this was in the asm, so I played with it and eventually figure out it was the spin driver program ending. I had a repeat at the end, to repeat forever, so I played with it, add some code to it, and it still only executes once.
Finally, I went and tried programs I had already ran before, not a single one will repeat, even though they where all working just before this. I unhooked the battery from the propeller and tried again... nothing. I'm loading strait into ram, so it's not anything in the eeprom.... any ideas? I would post some code, but the current problem is, no 'repeat's repeat!
I whipped up a simple led flashing asm program, rna it, but it kept ending prematurely. I thought this was in the asm, so I played with it and eventually figure out it was the spin driver program ending. I had a repeat at the end, to repeat forever, so I played with it, add some code to it, and it still only executes once.
Finally, I went and tried programs I had already ran before, not a single one will repeat, even though they where all working just before this. I unhooked the battery from the propeller and tried again... nothing. I'm loading strait into ram, so it's not anything in the eeprom.... any ideas? I would post some code, but the current problem is, no 'repeat's repeat!
Comments
it to not repeat.
-Areal
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I have a tree growing out of my head, but
what do you expect ? I'm a programmer.
Man, and after I butchered my asm code thinking it was broken.