Subversion Repositories Kolibri OS

Rev

Rev 503 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 503 Rev 532
Line 18... Line 18...
18
 dd	0x0 , 0x0     ; I_Param , I_Path
18
 dd	0x0 , 0x0     ; I_Param , I_Path
Line 19... Line 19...
19
 
19
 
20
include 'lang.inc'
20
include 'lang.inc'
Line 21... Line -...
21
include '..\..\..\macros.inc'
-
 
22
 
-
 
23
;file_info:
-
 
24
;
-
 
25
;      dd  0,0,-1,0x4000,0x20000
-
 
26
;      db  '/rd/1/chess.bmp',0
-
 
27
 
-
 
28
file_info:
-
 
29
	dd 0
-
 
30
	dd 0
-
 
31
	dd 0
-
 
32
	dd -1
-
 
33
	dd 0x4000
-
 
34
	db  '/rd/1/network/chess.bmp',0
21
include '..\..\..\macros.inc'
Line 35... Line 22...
35
 
22
 
36
pawn_color:
23
pawn_color:
37
 
24
 
Line 59... Line 46...
59
text   equ  texts+80*32*4
46
text   equ  texts+80*32*4
Line 60... Line 47...
60
 
47
 
Line 61... Line -...
61
 
-
 
62
START:				; start of execution
48
 
63
 
-
 
64
    mov  eax,70
-
 
65
    mov  ebx,file_info
-
 
66
    mcall
49
START:				; start of execution
Line 67... Line 50...
67
 
50
 
68
    mov  esi,0x4000+22*3+4+24*2
51
    mov  esi,chess_bmp
Line 1307... Line 1290...
1307
 db '                                        '
1290
 db '                                        '
Line 1308... Line 1291...
1308
 
1291
 
Line -... Line 1292...
-
 
1292
 
-
 
1293
    times  80*20 db 0
-
 
1294
 
1309
 
1295
chess_bmp:
Line 1310... Line 1296...
1310
    times  80*20 db 0
1296
        file    'chess.bmp':22*3+4+24*2
1311
 
-
 
1312
board_old:
-
 
1313
 
-
 
1314
 
-
 
1315
I_END:
-
 
1316
-
 
1317
-
 
1318
-
 
1319
-