Maybe this will work for you?
echo of HenrikCode:BITS VAR BYTE BITS = %10101010 START: LCDOUT $FE,1,BIN BITS BITS = BITS REV 8 LCDOUT $FE,$C0,BIN8 BITS END
Maybe this will work for you?
echo of HenrikCode:BITS VAR BYTE BITS = %10101010 START: LCDOUT $FE,1,BIN BITS BITS = BITS REV 8 LCDOUT $FE,$C0,BIN8 BITS END
Last edited by mackrackit; - 23rd January 2010 at 15:29. Reason: opps, an echo
Dave
Always wear safety glasses while programming.
Bookmarks