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:
@@ -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 @@
|
|||||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ਫ<EFBFBD><E0A8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ਫ<EFBFBD><E0A8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
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
|
||||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
||||||
@@ -64,5 +64,5 @@ ed_buffer:
|
|||||||
;<3B><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>室<EFBFBD><E5AEA4><EFBFBD> <20><><EFBFBD> ⮣<> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>९<EFBFBD><E0A5AF><EFBFBD><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>騥<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0
|
;<3B><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>室<EFBFBD><E5AEA4><EFBFBD> <20><><EFBFBD> ⮣<> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>९<EFBFBD><E0A5AF><EFBFBD><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>騥<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 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
|
||||||
|
Reference in New Issue
Block a user