Try-
SecOnes var byte 'should be NIBBLE?
Seconds var byte
SecOnes = Seconds & $0f
Or-
SecOnes var byte 'should be NIBBLE?
SecOnes = SecOnes & $0f
Try-
SecOnes var byte 'should be NIBBLE?
Seconds var byte
SecOnes = Seconds & $0f
Or-
SecOnes var byte 'should be NIBBLE?
SecOnes = SecOnes & $0f
Bookmarks