Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 132 → Rev 131

/programs/system/launcher/trunk/launcher.asm
6,7 → 6,8
;
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
;
include "MACROS.INC"
include "lang.inc"
include "macros.inc"
 
use32
org 0x0
22,12 → 23,10
 
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