Subversion Repositories Kolibri OS

Rev

Rev 1803 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1803 yogev_ezra 1
;************************************************
2
;*  X-0-X   / Kolibri OS /
3
;************************** 17/10/2007 **********
2734 Albom 4
;************************** 04/06/2012 **********
5
 
1803 yogev_ezra 6
include 'main.inc'
7
include 'data.inc'
8
include 'macs.inc'
9
 
10
  BeginProgram
11
 
12
   SetEventMask 100111b
13
   call rndseed
14
 
15
  main_loop
16
 
17
   Subroutines
18
 
19
  DATA_SECTION
20
 
21
  EndProgram
22