Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5462 → Rev 5461

/programs/games/pong/trunk/pong.asm
12,7 → 12,7
; 11.07.2008
;
 
format binary as ""
include '../../../macros.inc'
 
CK_UP1 equ 16
CK_DOWN1 equ 30
28,10 → 28,11
dd START ; program start
dd I_END ; program image size
dd 0x2000 ; required amount of memory
dd 0x2000 ; esp = 0x7FFF0
dd 0x00000000 ; reserved=no extended header
 
include '../../../macros.inc'
 
 
START:
 
mov eax, 66