Is my problem so stupid that no one will give me suggestions? I believe I have read everything, and tried many things. Please help. Thank you.
Is my problem so stupid that no one will give me suggestions? I believe I have read everything, and tried many things. Please help. Thank you.
Put a space between @ and SLEEP.
Edit: I guess this bears a little more detail. What happens is by placing @SLEEP in
there it doesn't generate code for SLEEP, so you land on the next valid instruction
which would be your GPIO.1 = 0.
You don't have the @ symbol before your NOP either, so PBP creates a lable instead
of code for the NOP. @ NOP would be the correct way to insert an assembly NOP
instruction.
Last edited by Bruce; - 22nd August 2008 at 22:39. Reason: Explanation
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Thank you Bruce and Joe! The space solved the problem. Staring me in the face all along!
Bookmarks