Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 484 → Rev 485

/programs/system/launcher/trunk/macros.inc
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/programs/system/launcher/trunk/build_en.bat
1,4 → 1,5
@erase lang.inc
@echo lang fix en >lang.inc
@fasm launcher.asm launcher
@erase lang.inc
@pause
/programs/system/launcher/trunk/build_ru.bat
1,4 → 1,5
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm launcher.asm launcher
@erase lang.inc
@pause
/programs/system/launcher/trunk/launcher.asm
6,7 → 6,7
;
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
;
include "MACROS.INC"
include "..\..\..\MACROS.INC"
 
use32
org 0x0
24,13 → 24,13
 
; mov eax, 5
; mov ebx, 10
; int 0x40
; mcall
 
mcall 18,15
 
mov eax, 70 ; load AUTORUN.DAT
mov ebx, autorun_dat_info
int 0x40
mcall
 
call get_number
mov [number_of_files], eax
54,7 → 54,7
 
exit:
or eax, -1
int 0x40
mcall
 
 
run_program: ; time to delay in eax
63,7 → 63,7
pop ebx
 
mov eax, 5
int 0x40
mcall
ret