Hi bison_bloke, just devide your number as the below example.I don't know how to do this automaticly from a value such as 34657, and I don't know ASM.
tmr1H = 34657/256 ' (extract the high byte)
tmr1L = 34657-(tmr1H*256) ' (extract the low byte)
Al.




Bookmarks