Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 131 → Rev 132

/programs/system/launcher/trunk/launcher.asm
6,8 → 6,7
;
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
;
include "lang.inc"
include "macros.inc"
include "MACROS.INC"
 
use32
org 0x0
23,10 → 22,12
 
START: ; start of execution
 
mov eax, 5
mov ebx, 10
int 0x40
; mov eax, 5
; mov ebx, 10
; int 0x40
 
mcall 18,15
 
mov eax, 58 ; load AUTORUN.DAT
mov ebx, autorun_dat_info
int 0x40