Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2136 → Rev 2165

/programs/develop/info3ds/info3ds.asm
16,6 → 16,7
include 'mem.inc'
include 'dll.inc'
include 'lang.inc'
include 'info_fun_float.inc'
 
debug equ 0
 
112,6 → 113,7
txt_3ds_symb db 0,0
;--------------------------------------
 
include 'info_wnd_coords.inc'
 
align 4
start:
361,6 → 363,10
;mov edx,5
;int 0x40
 
mov ebx,(85 shl 16)+20
mov ecx,(5 shl 16)+20
mov edx,6 ;®ª­® á ª®®à¤¨­ â ¬¨
int 0x40
 
mov eax,7
mov ebx,[image_data_toolbar]
407,6 → 413,10
jne @f
call but_save_file
@@:
cmp ah,6
jne @f
call but_wnd_coords
@@:
 
cmp ah,1
jne still
808,6 → 818,15
end if
ret
 
align 4
but_wnd_coords:
cmp byte[prop_wnd_run],0
jne @f
pushad
mcall 51,1,prop_start,thread_coords
popad
@@:
ret
 
 
;input:
1223,6 → 1242,8
 
i_end:
rb 1024
thread_coords:
rb 1024
stacktop:
sys_path rb 1024
file_name: