forked from KolibriOS/kolibrios
move notify.inc into notify3 folder, move cmd to outdated folder
git-svn-id: svn://kolibrios.org@7785 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
06c32b5fc2
commit
a385ed42e0
@ -34,9 +34,10 @@ include '../../proc32.inc'
|
|||||||
include '../../dll.inc'
|
include '../../dll.inc'
|
||||||
include '../../debug-fdo.inc'
|
include '../../debug-fdo.inc'
|
||||||
include '../../develop/libraries/http/http.inc'
|
include '../../develop/libraries/http/http.inc'
|
||||||
include '../../notify.inc'
|
|
||||||
include '../../string.inc'
|
include '../../string.inc'
|
||||||
|
|
||||||
|
include '../../system/notify3/notify.inc'
|
||||||
|
|
||||||
include 'notify.asm'
|
include 'notify.asm'
|
||||||
|
|
||||||
virtual at 0
|
virtual at 0
|
||||||
|
@ -18,7 +18,7 @@ use32
|
|||||||
dd 0x0
|
dd 0x0
|
||||||
dd 0x0
|
dd 0x0
|
||||||
|
|
||||||
include "..\..\..\macros.inc"
|
include "..\..\..\..\macros.inc"
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
START:
|
START:
|
||||||
|
|
||||||
@ -879,7 +879,7 @@ checmd:
|
|||||||
|
|
||||||
jmp ecmd
|
jmp ecmd
|
||||||
|
|
||||||
err:
|
errr:
|
||||||
call clearsum
|
call clearsum
|
||||||
|
|
||||||
call newline
|
call newline
|
||||||
@ -2051,7 +2051,7 @@ chparam:
|
|||||||
cmp eax,0xfffffff0
|
cmp eax,0xfffffff0
|
||||||
jb cmd_ok
|
jb cmd_ok
|
||||||
|
|
||||||
jmp err
|
jmp errr
|
||||||
|
|
||||||
cls:
|
cls:
|
||||||
call oldcmd
|
call oldcmd
|
||||||
@ -2443,7 +2443,7 @@ loop20:
|
|||||||
cmp eax,0xfffffff0
|
cmp eax,0xfffffff0
|
||||||
jb cmd_ok_1
|
jb cmd_ok_1
|
||||||
|
|
||||||
jmp err
|
jmp errr
|
||||||
|
|
||||||
cmd_ok_1:
|
cmd_ok_1:
|
||||||
mov eax,dword [count]
|
mov eax,dword [count]
|
@ -7,8 +7,9 @@
|
|||||||
include "../../proc32.inc"
|
include "../../proc32.inc"
|
||||||
include "../../dll.inc"
|
include "../../dll.inc"
|
||||||
; include "../../debug.inc"
|
; include "../../debug.inc"
|
||||||
include "../../notify.inc"
|
|
||||||
include "../../string.inc"
|
include "../../string.inc"
|
||||||
|
|
||||||
|
include "notify.inc"
|
||||||
|
|
||||||
LINEH equ 12
|
LINEH equ 12
|
||||||
MARGIN equ 12
|
MARGIN equ 12
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
include "../../macros.inc"
|
include "../../macros.inc"
|
||||||
include "../../proc32.inc"
|
include "../../proc32.inc"
|
||||||
; include "../../debug.inc"
|
; include "../../debug.inc"
|
||||||
include "../../notify.inc"
|
|
||||||
include "../../string.inc"
|
include "../../string.inc"
|
||||||
|
|
||||||
|
include "notify.inc"
|
||||||
|
|
||||||
@entry:
|
@entry:
|
||||||
mcall 68, 11
|
mcall 68, 11
|
||||||
|
Loading…
Reference in New Issue
Block a user