Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5098 → Rev 5462

/programs/games/pong/trunk/pong.asm
12,7 → 12,7
; 11.07.2008
;
 
include '../../../macros.inc'
format binary as ""
 
CK_UP1 equ 16
CK_DOWN1 equ 30
28,11 → 28,10
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