if j <= 12 then DispTimeHoursSkip j = j - 12
DispTimeHoursSkip
PORTB = ' '
if ( j < 10 ) && ( j != 0 ) then DispTimeNoTens
PORTB = '1' DispTimeNoTens: call SendChar
PORTB = ( j // 10 ) + ( 2 * ( j == 0 ) ) + '0' call SendChar
PORTB = ':' call SendChar
PORTB = ( Minutes / 10 ) + 'О' call SendChar
PORTB = ( Minutes // 10 ) + '0' call SendChar
j = 3
if Hours > 11 then DispTimePM
j = 2
DispTimePM: call SendMSG
Теперь отобразить минуты