Subversion Repositories Kolibri OS

Rev

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

Rev 109 Rev 139
Line 12... Line 12...
12
  mov  esi,I_END
12
  mov  esi,I_END
13
  pusha
13
  pusha
14
  mov  ecx,[cur_block]
14
  mov  ecx,[cur_block]
15
  mov  ebx,fileinfo
15
  mov  ebx,fileinfo
16
  mov  eax,ecx
16
  mov  eax,ecx
17
  shl  eax,7
17
  shl  eax,16
18
  mov  [ebx+4],eax
18
  mov  [ebx+4],eax
19
;  mov  [ebx+12],esi
19
;  mov  [ebx+12],esi
20
  mcall 58
20
  mcall 70
21
if DEBUG_BLOCK eq 1
21
if DEBUG_BLOCK eq 1
22
;  dps  'B='
22
;  dps  'B='
23
;  dpd  ecx
23
;  dpd  ecx
24
;  dps  <13,10>
24
;  dps  <13,10>
25
end if
25
end if
Line 70... Line 70...
70
    mov  [RetroBlock],eax
70
    mov  [RetroBlock],eax
71
    push [cGroup]
71
    push [cGroup]
72
    pop  [RetroGroup]
72
    pop  [RetroGroup]
73
    and  [mode],not RTF_BLIND
73
    and  [mode],not RTF_BLIND
74
    mov  [listptr],save_stack
74
    mov  [listptr],save_stack
75
    mov  [fileinfo.size],128
75
    mov  [fileinfo.size],128*512
76
;    test ebp,RTF_HELP
76
;    test ebp,RTF_HELP
77
    test [mode],RTF_HELP
77
    test [mode],RTF_HELP
78
    jne  .noread
78
    jne  .noread
79
    call read_block
79
    call read_block
80
  .noread:
80
  .noread: