Revision in '/programs/develop/examples': replace 'FASM for Menuet' with 'FASM', meos_app_start -> KOS_APP_START

git-svn-id: svn://kolibrios.org@8163 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-11-08 13:07:53 +00:00
parent 3e30999474
commit 31a0fa2971
10 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
;
; SHAPED WINDOW - BASIC EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
use32

View File

@ -1,7 +1,7 @@
;
; CPU SPEED INDICATIOR
;
; Compile with FASM for Menuet
; Compile with FASM
;
use32

View File

@ -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 @@ ed_buffer:
;¤¢  § ¯ á­ëå ¡ ©â  ­¥®¡å®¤¨¬ë ¤«ï ⮣® çâ® ¡ë ­¥ ¯¥¯¥à¥¯¨á âì á«¥¤ãî騥© ¡ ©âë, ¢ ª®­æ¥ ¡ãä¥à  0
buffer_end:
align 16
meos_app_end
udata
KOS_APP_END
udata

View File

@ -2,7 +2,7 @@
;
; MENU / DIALOG EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
use32

View File

@ -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
;

View File

@ -1,7 +1,7 @@
;
; Example for Inter Process Communication
;
; Compile with FASM for Menuet
; Compile with FASM
;
include 'lang.inc'
include '..\..\..\..\macros.inc'

View File

@ -1,7 +1,7 @@
;
; INFRARED
;
; Compile with FASM for Menuet
; Compile with FASM
;
use32

View File

@ -1,7 +1,7 @@
;
; COMMUNICATING WITH MODEM: PORTS & IRQ
;
; Compile with FASM for Menuet
; Compile with FASM
;
include "lang.inc"

View File

@ -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 @@ end if
UDATA
sc system_colors
MEOS_APP_END
; <--- end of MenuetOS application --->
KOS_APP_END
; <--- end of KolibriOS application --->

View File

@ -1,7 +1,7 @@
;
; THREAD EXAMPLE
;
; Compile with FASM for Menuet
; Compile with FASM
;
use32