Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1795 → Rev 1796

/programs/demos/bcdclk/trunk/bcdclk.asm
17,8 → 17,8
dd 0x1000
dd 0x0 , 0x0
 
include "lang.inc"
include "..\..\..\macros.inc"
include 'lang.inc'
include '../../../macros.inc'
 
 
START:
/programs/demos/web/trunk/web.asm
8,7 → 8,7
; 2) Screen width bigger than height
; 3) Screen width and height are even (2*k)
 
include '..\..\..\macros.inc'
include '../../../macros.inc'
 
background_cl = 0x000000
foreground_cl = 0xFFFFFF