Propeller Assebmly I/O
christopher
Posts: 31
mov dira,#255
:here mov outa,#0
mov outa,#255
jmp :here
The above code works with a nice pulse on pins
This code belowdoes not work ...no pulse on pins
mov dira,#255
:here mov outa,#255
mov outa,#0
jmp :here
Can anyone suggest why?
Thanks
Chris
:here mov outa,#0
mov outa,#255
jmp :here
The above code works with a nice pulse on pins
This code belowdoes not work ...no pulse on pins
mov dira,#255
:here mov outa,#255
mov outa,#0
jmp :here
Can anyone suggest why?
Thanks
Chris
Comments
·· I see the answer was given in another copy of this thread...
http://forums.parallax.com/showthread.php?p=589580
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Post Edited (Chris Savage (Parallax)) : 6/2/2006 4:41:37 PM GMT