Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8162 → Rev 8163

/programs/develop/examples/circle/trunk/circle.asm
1,7 → 1,7
;
; SHAPED WINDOW - BASIC EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
use32
/programs/develop/examples/cpuspeed/trunk/cpuspeed.asm
1,7 → 1,7
;
; CPU SPEED INDICATIOR
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
use32
/programs/develop/examples/editbox/trunk/editbox.asm
5,7 → 5,7
;§ £®«®¢®ª ¯à¨«®¦¥­¨ï
include '..\..\..\..\macros.inc'
include 'editbox.inc'
meos_app_start
KOS_APP_START
align 4
use_edit_box
;Ž¡« áâì ª®¤ 
64,5 → 64,5
;¤¢  § ¯ á­ëå ¡ ©â  ­¥®¡å®¤¨¬ë ¤«ï ⮣® çâ® ¡ë ­¥ ¯¥¯¥à¥¯¨á âì á«¥¤ãî騥© ¡ ©âë, ¢ ª®­æ¥ ¡ãä¥à  0
buffer_end:
align 16
meos_app_end
udata
KOS_APP_END
udata
/programs/develop/examples/example2/trunk/example2.asm
2,7 → 2,7
;
; MENU / DIALOG EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
use32
/programs/develop/examples/hello/trunk/hello.asm
1,5 → 1,5
; Hello, World! - Programm example for CMD shell
; Compile with FASM for Menuet
; Compile with FASM
;
; You must run this program from CMD shell only
;
/programs/develop/examples/ipc/trunk/ipc.asm
1,7 → 1,7
;
; Example for Inter Process Communication
;
; Compile with FASM for Menuet
; Compile with FASM
;
include 'lang.inc'
include '..\..\..\..\macros.inc'
/programs/develop/examples/ir/trunk/ir.asm
1,7 → 1,7
;
; INFRARED
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
use32
/programs/develop/examples/rtdata/trunk/rtdata.asm
1,7 → 1,7
;
; COMMUNICATING WITH MODEM: PORTS & IRQ
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
include "lang.inc"
/programs/develop/examples/template/trunk/template.asm
5,15 → 5,15
; last update: 1/03/2007
; written by: Ivan Poddubny
; e-mail: ivan-yar@bk.ru
;modified by: Heavyiron
;modified by: Heavyiron, maxcodehack
 
; <--- include all MeOS stuff --->
; <--- include all KolibriOS stuff --->
include "lang.inc"
include "..\..\..\..\macros.inc"
 
 
; <--- start of MenuetOS application --->
MEOS_APP_START
; <--- start of KolibriOS application --->
KOS_APP_START
 
 
; <--- start of code --->
88,5 → 88,5
UDATA
sc system_colors
 
MEOS_APP_END
; <--- end of MenuetOS application --->
KOS_APP_END
; <--- end of KolibriOS application --->
/programs/develop/examples/thread/trunk/thread.asm
1,7 → 1,7
;
; THREAD EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
 
use32