forked from KolibriOS/kolibrios
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:
parent
3e30999474
commit
31a0fa2971
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; SHAPED WINDOW - BASIC EXAMPLE
|
; SHAPED WINDOW - BASIC EXAMPLE
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
use32
|
use32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; CPU SPEED INDICATIOR
|
; CPU SPEED INDICATIOR
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
use32
|
use32
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
;§ £®«®¢®ª ¯à¨«®¦¥¨ï
|
;§ £®«®¢®ª ¯à¨«®¦¥¨ï
|
||||||
include '..\..\..\..\macros.inc'
|
include '..\..\..\..\macros.inc'
|
||||||
include 'editbox.inc'
|
include 'editbox.inc'
|
||||||
meos_app_start
|
KOS_APP_START
|
||||||
align 4
|
align 4
|
||||||
use_edit_box
|
use_edit_box
|
||||||
;Ž¡« áâì ª®¤
|
;Ž¡« áâì ª®¤
|
||||||
@ -64,5 +64,5 @@ ed_buffer:
|
|||||||
;¤¢ § ¯ áëå ¡ ©â ¥®¡å®¤¨¬ë ¤«ï ⮣® çâ® ¡ë ¥ ¯¥¯¥à¥¯¨á âì á«¥¤ãî騥© ¡ ©âë, ¢ ª®æ¥ ¡ãä¥à 0
|
;¤¢ § ¯ áëå ¡ ©â ¥®¡å®¤¨¬ë ¤«ï ⮣® çâ® ¡ë ¥ ¯¥¯¥à¥¯¨á âì á«¥¤ãî騥© ¡ ©âë, ¢ ª®æ¥ ¡ãä¥à 0
|
||||||
buffer_end:
|
buffer_end:
|
||||||
align 16
|
align 16
|
||||||
meos_app_end
|
KOS_APP_END
|
||||||
udata
|
udata
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
;
|
;
|
||||||
; MENU / DIALOG EXAMPLE
|
; MENU / DIALOG EXAMPLE
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
use32
|
use32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; Hello, World! - Programm example for CMD shell
|
; Hello, World! - Programm example for CMD shell
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
; You must run this program from CMD shell only
|
; You must run this program from CMD shell only
|
||||||
;
|
;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; Example for Inter Process Communication
|
; Example for Inter Process Communication
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
include '..\..\..\..\macros.inc'
|
include '..\..\..\..\macros.inc'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; INFRARED
|
; INFRARED
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
use32
|
use32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; COMMUNICATING WITH MODEM: PORTS & IRQ
|
; COMMUNICATING WITH MODEM: PORTS & IRQ
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
|
@ -5,15 +5,15 @@
|
|||||||
; last update: 1/03/2007
|
; last update: 1/03/2007
|
||||||
; written by: Ivan Poddubny
|
; written by: Ivan Poddubny
|
||||||
; e-mail: ivan-yar@bk.ru
|
; 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 "lang.inc"
|
||||||
include "..\..\..\..\macros.inc"
|
include "..\..\..\..\macros.inc"
|
||||||
|
|
||||||
|
|
||||||
; <--- start of MenuetOS application --->
|
; <--- start of KolibriOS application --->
|
||||||
MEOS_APP_START
|
KOS_APP_START
|
||||||
|
|
||||||
|
|
||||||
; <--- start of code --->
|
; <--- start of code --->
|
||||||
@ -88,5 +88,5 @@ end if
|
|||||||
UDATA
|
UDATA
|
||||||
sc system_colors
|
sc system_colors
|
||||||
|
|
||||||
MEOS_APP_END
|
KOS_APP_END
|
||||||
; <--- end of MenuetOS application --->
|
; <--- end of KolibriOS application --->
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; THREAD EXAMPLE
|
; THREAD EXAMPLE
|
||||||
;
|
;
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM
|
||||||
;
|
;
|
||||||
|
|
||||||
use32
|
use32
|
||||||
|
Loading…
Reference in New Issue
Block a user