kolibrios/programs/games/kox/trunk/kox.asm
Andrew Dent a7816e7613 Consistent use of KolibriOS name
- Ensure consistent naming for brand integrity.

git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-22 10:10:18 +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