2025-01-20 14:40:21 +00:00

23 lines
373 B
NASM

;************************************************
;* X-0-X / KolibriOS /
;************************** 17/10/2007 **********
;************************** 04/06/2012 **********
include 'main.inc'
include 'data.inc'
include 'macs.inc'
BeginProgram
SetEventMask 100111b
call rndseed
main_loop
Subroutines
DATA_SECTION
EndProgram