Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2024 → Rev 2025

/programs/demos/bcdclk/trunk/bcdclk.asm
35,6 → 35,9
cmp eax,1 ; redraw ?
je red
 
cmp eax, 2 ; key
je key
 
cmp eax,3 ; button in buffer ?
je button
 
42,6 → 45,11
 
jmp still
key:
mov eax, 2
int 0x40
jmp still
 
button:
mov al,17 ; get id
mcall