forked from KolibriOS/kolibrios
Remove duplicate libio.inc
git-svn-id: svn://kolibrios.org@6837 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -35,18 +35,18 @@
|
|||||||
; design by golus
|
; design by golus
|
||||||
|
|
||||||
use32
|
use32
|
||||||
org 0x0
|
org 0x0
|
||||||
db 'MENUET01'
|
db 'MENUET01'
|
||||||
dd 1, START, IM_END, I_END
|
dd 1, START, IM_END, I_END
|
||||||
dd stacktop, file_path, cur_dir_path
|
dd stacktop, file_path, cur_dir_path
|
||||||
|
|
||||||
include '../../../config.inc' ;for nightbuild
|
include '../../../config.inc' ;for nightbuild
|
||||||
include '../../../macros.inc'
|
include '../../../macros.inc'
|
||||||
include '../../../proc32.inc'
|
include '../../../proc32.inc'
|
||||||
include '../../../KOSfuncs.inc'
|
include '../../../KOSfuncs.inc'
|
||||||
include '../../../develop/libraries/box_lib/load_lib.mac'
|
include '../../../develop/libraries/box_lib/load_lib.mac'
|
||||||
include '../../../dll.inc'
|
include '../../../dll.inc'
|
||||||
include '../../../libio.inc'
|
include '../../../develop/libraries/libs-dev/libio/libio.inc'
|
||||||
include '../../../develop/libraries/libs-dev/libimg/libimg.inc'
|
include '../../../develop/libraries/libs-dev/libimg/libimg.inc'
|
||||||
;include '../../../debug.inc'
|
;include '../../../debug.inc'
|
||||||
|
|
||||||
@@ -80,136 +80,136 @@ ci_edit_wnd_border equ 3 ;ࠬ
|
|||||||
; <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
; <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
||||||
ci_scroll_dim equ 22 ;ࠧ<><E0A0A7><EFBFBD><EFBFBD> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
ci_scroll_dim equ 22 ;ࠧ<><E0A0A7><EFBFBD><EFBFBD> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
ci_scrollh_coord_x_min equ (ci_edit_wnd_x_pos+3) ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>쭠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㭪<EFBFBD>
|
ci_scrollh_coord_x_min equ (ci_edit_wnd_x_pos+3) ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>쭠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㭪<EFBFBD>
|
||||||
;<3B><>ਧ<EFBFBD><E0A8A7>⠫쭮<E2A0AB><ECADAE> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
;<3B><>ਧ<EFBFBD><E0A8A7>⠫쭮<E2A0AB><ECADAE> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
||||||
ci_scrollv_coord_y_min equ (ci_edit_wnd_y_pos+3) ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>쭠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㭪<EFBFBD>
|
ci_scrollv_coord_y_min equ (ci_edit_wnd_y_pos+3) ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>쭠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㭪<EFBFBD>
|
||||||
;<3B><><EFBFBD>⨪<EFBFBD><E2A8AA>쭮<EFBFBD><ECADAE> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
;<3B><><EFBFBD>⨪<EFBFBD><E2A8AA>쭮<EFBFBD><ECADAE> <20><><EFBFBD><E0AEAB><EFBFBD><EFBFBD><EFBFBD>
|
||||||
;---------------------------------------------------------
|
;---------------------------------------------------------
|
||||||
|
|
||||||
include 'bmplib.inc'
|
include 'bmplib.inc'
|
||||||
include 'dialog2.inc'
|
include 'dialog2.inc'
|
||||||
include 'design.inc'
|
include 'design.inc'
|
||||||
include 'graphlib.inc'
|
include 'graphlib.inc'
|
||||||
|
|
||||||
include 'cursors.inc'
|
include 'cursors.inc'
|
||||||
include 'memory.inc'
|
include 'memory.inc'
|
||||||
include 'load_from_parameters.inc'
|
include 'load_from_parameters.inc'
|
||||||
|
|
||||||
START:
|
START:
|
||||||
mcall SF_SYS_MISC,SSF_HEAP_INIT
|
mcall SF_SYS_MISC,SSF_HEAP_INIT
|
||||||
mcall SF_STYLE_SETTINGS, SSF_GET_COLORS, syscolors, syscolors_end-syscolors
|
mcall SF_STYLE_SETTINGS, SSF_GET_COLORS, syscolors, syscolors_end-syscolors
|
||||||
|
|
||||||
load_libraries l_libs_start,end_l_libs
|
load_libraries l_libs_start,end_l_libs
|
||||||
|
|
||||||
cmp eax,-1
|
cmp eax,-1
|
||||||
jz close
|
jz close
|
||||||
|
|
||||||
mcall SF_SET_EVENTS_MASK,0x80000067 ; 1100111b
|
mcall SF_SET_EVENTS_MASK,0x80000067 ; 1100111b
|
||||||
;---------------------------------------------------------
|
;---------------------------------------------------------
|
||||||
;-----------------------init data-------------------------
|
;-----------------------init data-------------------------
|
||||||
;---------------------------------------------------------
|
;---------------------------------------------------------
|
||||||
include 'init_data.inc'
|
include 'init_data.inc'
|
||||||
|
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
;--------get memory and draw window of program-------------
|
;--------get memory and draw window of program-------------
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
call GetMemory
|
call GetMemory
|
||||||
mov [Current_instrument],10 ;pencil
|
mov [Current_instrument],10 ;pencil
|
||||||
call TakeButtonInstruments ;set startup instrument
|
call TakeButtonInstruments ;set startup instrument
|
||||||
call cleare_work_arrea
|
call cleare_work_arrea
|
||||||
call load_icons
|
call load_icons
|
||||||
call init_main_menu
|
call init_main_menu
|
||||||
|
|
||||||
;load cursors
|
;load cursors
|
||||||
mov eax,CursorsID
|
mov eax,CursorsID
|
||||||
call load_cursors
|
call load_cursors
|
||||||
|
|
||||||
;---------------------------------------------------------
|
;---------------------------------------------------------
|
||||||
;---------check loading of file from parameters-----------
|
;---------check loading of file from parameters-----------
|
||||||
;---------------------------------------------------------
|
;---------------------------------------------------------
|
||||||
mov eax,file_path
|
mov eax,file_path
|
||||||
cmp [eax],byte 0
|
cmp [eax],byte 0
|
||||||
jz @f
|
jz @f
|
||||||
call load_picture
|
call load_picture
|
||||||
call MovePictureToWorkScreen
|
call MovePictureToWorkScreen
|
||||||
@@:
|
@@:
|
||||||
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
mov edi,filename_area
|
mov edi,filename_area
|
||||||
mov esi,path4+5
|
mov esi,path4+5
|
||||||
call copy_str_1
|
call copy_str_1
|
||||||
|
|
||||||
mov edi,file_path
|
mov edi,file_path
|
||||||
cmp [edi],byte 0
|
cmp [edi],byte 0
|
||||||
jne @f
|
jne @f
|
||||||
mov esi,path4
|
mov esi,path4
|
||||||
call copy_str_1
|
call copy_str_1
|
||||||
@@:
|
@@:
|
||||||
;OpenDialog initialisation
|
;OpenDialog initialisation
|
||||||
stdcall [OpenDialog_Init], OpenDialog_data
|
stdcall [OpenDialog_Init], OpenDialog_data
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
red:
|
red:
|
||||||
call drawwin
|
call drawwin
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
;---------------------main loop----------------------------
|
;---------------------main loop----------------------------
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
align 4
|
align 4
|
||||||
still:
|
still:
|
||||||
mcall SF_WAIT_EVENT
|
mcall SF_WAIT_EVENT
|
||||||
|
|
||||||
cmp eax,1
|
cmp eax,1
|
||||||
je red
|
je red
|
||||||
|
|
||||||
cmp eax,2
|
cmp eax,2
|
||||||
je keys
|
je keys
|
||||||
|
|
||||||
cmp eax,3
|
cmp eax,3
|
||||||
je buttons
|
je buttons
|
||||||
|
|
||||||
cmp eax,6
|
cmp eax,6
|
||||||
je mouse
|
je mouse
|
||||||
|
|
||||||
jmp still
|
jmp still
|
||||||
|
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
copy_str_1:
|
copy_str_1:
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
cld
|
cld
|
||||||
@@:
|
@@:
|
||||||
lodsb
|
lodsb
|
||||||
stosb
|
stosb
|
||||||
test eax,eax
|
test eax,eax
|
||||||
jnz @b
|
jnz @b
|
||||||
ret
|
ret
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
include 'events.inc'
|
include 'events.inc'
|
||||||
include 'events_of_window.inc'
|
include 'events_of_window.inc'
|
||||||
include 'events_of_keys.inc'
|
include 'events_of_keys.inc'
|
||||||
include 'events_of_buttons.inc'
|
include 'events_of_buttons.inc'
|
||||||
include 'events_of_mouse.inc'
|
include 'events_of_mouse.inc'
|
||||||
include 'panel_engen.inc'
|
include 'panel_engen.inc'
|
||||||
include 'screen.inc'
|
include 'screen.inc'
|
||||||
include 'menu_instruments.inc'
|
include 'menu_instruments.inc'
|
||||||
include 'icons_instruments.inc'
|
include 'icons_instruments.inc'
|
||||||
include 'icons.inc'
|
include 'icons.inc'
|
||||||
include 'sprites.inc'
|
include 'sprites.inc'
|
||||||
include 'string.inc'
|
include 'string.inc'
|
||||||
include 'palette.inc'
|
include 'palette.inc'
|
||||||
include 'files.inc'
|
include 'files.inc'
|
||||||
include 'time.inc'
|
include 'time.inc'
|
||||||
include 'menu.inc'
|
include 'menu.inc'
|
||||||
;-----------------------------------------------------------
|
;-----------------------------------------------------------
|
||||||
;------------variables and data of program------------------
|
;------------variables and data of program------------------
|
||||||
;-----------------------------------------------------------
|
;-----------------------------------------------------------
|
||||||
;sound_havent_memory db 150,64,0
|
;sound_havent_memory db 150,64,0
|
||||||
|
|
||||||
include 'lib_data.inc'
|
include 'lib_data.inc'
|
||||||
include 'panel_data.inc'
|
include 'panel_data.inc'
|
||||||
include 'palitra256.inc'
|
include 'palitra256.inc'
|
||||||
include 'brushes.inc'
|
include 'brushes.inc'
|
||||||
include 'spray.inc'
|
include 'spray.inc'
|
||||||
include 'width_lines.inc'
|
include 'width_lines.inc'
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
;-------------------icon's picture-------------------------
|
;-------------------icon's picture-------------------------
|
||||||
;----------------------------------------------------------
|
;----------------------------------------------------------
|
||||||
@@ -244,117 +244,117 @@ IM_END:
|
|||||||
;-----------------------------------------------------------
|
;-----------------------------------------------------------
|
||||||
;------------variables and data of program------------------
|
;------------variables and data of program------------------
|
||||||
;-----------------------------------------------------------
|
;-----------------------------------------------------------
|
||||||
time rd 1
|
time rd 1
|
||||||
PosX rd 1 ;scroll x file position
|
PosX rd 1 ;scroll x file position
|
||||||
PosY rd 1 ;scroll y file position
|
PosY rd 1 ;scroll y file position
|
||||||
PointerToIcons rd 1
|
PointerToIcons rd 1
|
||||||
ScreenPointer rd 1
|
ScreenPointer rd 1
|
||||||
PointerToPicture rd 1
|
PointerToPicture rd 1
|
||||||
PointerToCopyPicture rd 1
|
PointerToCopyPicture rd 1
|
||||||
PointerToCopyPicture2 rd 1
|
PointerToCopyPicture2 rd 1
|
||||||
PointerToEditBufer rd 1
|
PointerToEditBufer rd 1
|
||||||
PointerToSpriteBufer rd 1
|
PointerToSpriteBufer rd 1
|
||||||
PointerToPalette rd 1 ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>㦥<EFBFBD> <20><><EFBFBD> <20><><EFBFBD>࠭<EFBFBD><E0A0AD><EFBFBD><EFBFBD> <20> *.bmp)
|
PointerToPalette rd 1 ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>㦥<EFBFBD> <20><><EFBFBD> <20><><EFBFBD>࠭<EFBFBD><E0A0AD><EFBFBD><EFBFBD> <20> *.bmp)
|
||||||
Color rd 1
|
Color rd 1
|
||||||
SColor rd 1
|
SColor rd 1
|
||||||
Number_Brush rd 1
|
Number_Brush rd 1
|
||||||
Brush_SizeX rd 1
|
Brush_SizeX rd 1
|
||||||
Brush_SizeY rd 1
|
Brush_SizeY rd 1
|
||||||
Current_instrument rd 1
|
Current_instrument rd 1
|
||||||
Last_instrument rd 1
|
Last_instrument rd 1
|
||||||
OldX rd 1
|
OldX rd 1
|
||||||
OldY rd 1
|
OldY rd 1
|
||||||
|
|
||||||
MouseX rd 1
|
MouseX rd 1
|
||||||
MouseY rd 1
|
MouseY rd 1
|
||||||
MouseBut rd 1 ;ᮡ<><E1AEA1><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
MouseBut rd 1 ;ᮡ<><E1AEA1><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
||||||
Window_SizeX rd 1
|
Window_SizeX rd 1
|
||||||
Window_SizeY rd 1
|
Window_SizeY rd 1
|
||||||
Window_CordinatX rd 1
|
Window_CordinatX rd 1
|
||||||
Window_CordinatY rd 1
|
Window_CordinatY rd 1
|
||||||
Picture_SizeX rd 1
|
Picture_SizeX rd 1
|
||||||
Picture_SizeY rd 1
|
Picture_SizeY rd 1
|
||||||
ScreenX rd 1 ;<3B><><EFBFBD>न<EFBFBD><E0A4A8><EFBFBD><EFBFBD> x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>⮬ <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
ScreenX rd 1 ;<3B><><EFBFBD>न<EFBFBD><E0A4A8><EFBFBD><EFBFBD> x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>⮬ <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
||||||
ScreenY rd 1 ;<3B><><EFBFBD>न<EFBFBD><E0A4A8><EFBFBD><EFBFBD> y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>⮬ <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
ScreenY rd 1 ;<3B><><EFBFBD>न<EFBFBD><E0A4A8><EFBFBD><EFBFBD> y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>⮬ <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
||||||
WorkScreen_SizeX rd 1 ;<3B><>ਭ<EFBFBD> ࠡ<>祣<EFBFBD> <20><>࠭<EFBFBD>
|
WorkScreen_SizeX rd 1 ;<3B><>ਭ<EFBFBD> ࠡ<>祣<EFBFBD> <20><>࠭<EFBFBD>
|
||||||
WorkScreen_SizeY rd 1 ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ࠡ<>祣<EFBFBD> <20><>࠭<EFBFBD>
|
WorkScreen_SizeY rd 1 ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ࠡ<>祣<EFBFBD> <20><>࠭<EFBFBD>
|
||||||
MaxWorkScreen_SizeX rd 1
|
MaxWorkScreen_SizeX rd 1
|
||||||
MaxWorkScreen_SizeY rd 1
|
MaxWorkScreen_SizeY rd 1
|
||||||
k rd 1 ;<3B><><EFBFBD><EFBFBD>⠡
|
k rd 1 ;<3B><><EFBFBD><EFBFBD>⠡
|
||||||
|
|
||||||
ReserveArray rd 1 ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ᯮ<EFBFBD><E1AFAE><EFBFBD>㥬<EFBFBD><E3A5AC> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> 䨣<><E4A8A3>
|
ReserveArray rd 1 ;㪠<><E3AAA0>⥫<EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ᯮ<EFBFBD><E1AFAE><EFBFBD>㥬<EFBFBD><E3A5AC> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> 䨣<><E4A8A3>
|
||||||
;<3B><><EFBFBD> <20><><EFBFBD>࠭<EFBFBD><E0A0AD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>⪮<EFBFBD> 䮭<> <20><><EFBFBD> 䨣<>ࠬ<EFBFBD>, <20> ⠪<><E2A0AA> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
;<3B><><EFBFBD> <20><><EFBFBD>࠭<EFBFBD><E0A0AD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>⪮<EFBFBD> 䮭<> <20><><EFBFBD> 䨣<>ࠬ<EFBFBD>, <20> ⠪<><E2A0AA> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
CounterX rd 1 ;<3B><> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD> <20><> <20><>ਭ<EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
CounterX rd 1 ;<3B><> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD> <20><> <20><>ਭ<EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
;<3B> <20><>࠭ ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD>⮬ ⥪<>饣<EFBFBD> <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
;<3B> <20><>࠭ ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD>⮬ ⥪<>饣<EFBFBD> <20><><EFBFBD><EFBFBD>⠡<EFBFBD>
|
||||||
CounterY rd 1
|
CounterY rd 1
|
||||||
OffsetYPicture rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD>
|
OffsetYPicture rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD>
|
||||||
;<><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
;<><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
||||||
OffsetYWorkScreen rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>
|
OffsetYWorkScreen rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>
|
||||||
;<3B><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>⠡, ⥬ <20><><EFBFBD><EFBFBD>
|
;<3B><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>⠡, ⥬ <20><><EFBFBD><EFBFBD>
|
||||||
;<3B>㦭<EFBFBD> <20><><EFBFBD>᪠<EFBFBD><E1AAA0><EFBFBD><EFBFBD> <20><> ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
;<3B>㦭<EFBFBD> <20><><EFBFBD>᪠<EFBFBD><E1AAA0><EFBFBD><EFBFBD> <20><> ࠡ<>祩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||||
OffsetYBigPixel rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB> <20><> <20><><EFBFBD><EFBFBD>讬
|
OffsetYBigPixel rd 1 ;ᤢ<><E1A4A2> <20><> <20><><EFBFBD> y <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD><E1A5AB> <20><> <20><><EFBFBD><EFBFBD>讬
|
||||||
;<3B><><EFBFBD><EFBFBD>⠡<EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1-<2D> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD>, <20> <20><>⮬ <20>㦭<EFBFBD> <20><>३<EFBFBD><E0A5A9> <20><><EFBFBD><EFBFBD> <20>
|
;<3B><><EFBFBD><EFBFBD>⠡<EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1-<2D> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ᥫ<EFBFBD>, <20> <20><>⮬ <20>㦭<EFBFBD> <20><>३<EFBFBD><E0A5A9> <20><><EFBFBD><EFBFBD> <20>
|
||||||
;<3B><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
;<3B><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2><EFBFBD><EFBFBD> <><E1ABA5><EFBFBD>饩 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||||
|
|
||||||
Icon_X rd 1
|
Icon_X rd 1
|
||||||
Icon_Y rd 1
|
Icon_Y rd 1
|
||||||
counter rd 1
|
counter rd 1
|
||||||
counter2 rd 1
|
counter2 rd 1
|
||||||
number_panel rd 1
|
number_panel rd 1
|
||||||
number_menu rd 1
|
number_menu rd 1
|
||||||
|
|
||||||
Scroll1CoordinatX rd 1 ;scroll x screen position
|
Scroll1CoordinatX rd 1 ;scroll x screen position
|
||||||
Scroll1CoordinatY rd 1 ;scroll y screen position
|
Scroll1CoordinatY rd 1 ;scroll y screen position
|
||||||
Scroll1MaxSizeX rd 1
|
Scroll1MaxSizeX rd 1
|
||||||
Scroll1MaxSizeY rd 1
|
Scroll1MaxSizeY rd 1
|
||||||
Scroll1SizeX rd 1 ;scroll polzunok size
|
Scroll1SizeX rd 1 ;scroll polzunok size
|
||||||
Scroll1FreeX rd 1
|
Scroll1FreeX rd 1
|
||||||
|
|
||||||
Scroll2CoordinatX rd 1
|
Scroll2CoordinatX rd 1
|
||||||
Scroll2CoordinatY rd 1
|
Scroll2CoordinatY rd 1
|
||||||
Scroll2MaxSizeX rd 1
|
Scroll2MaxSizeX rd 1
|
||||||
Scroll2MaxSizeY rd 1
|
Scroll2MaxSizeY rd 1
|
||||||
Scroll2SizeY rd 1
|
Scroll2SizeY rd 1
|
||||||
Scroll2FreeY rd 1
|
Scroll2FreeY rd 1
|
||||||
|
|
||||||
x rd 1
|
x rd 1
|
||||||
y rd 1
|
y rd 1
|
||||||
|
|
||||||
Radius rd 1
|
Radius rd 1
|
||||||
Dx_ rd 1
|
Dx_ rd 1
|
||||||
Dy_ rd 1
|
Dy_ rd 1
|
||||||
line_width rd 1
|
line_width rd 1
|
||||||
a_ellips rd 1
|
a_ellips rd 1
|
||||||
b_ellips rd 1
|
b_ellips rd 1
|
||||||
|
|
||||||
used_OldX rd 1 ;for draw hard contour
|
used_OldX rd 1 ;for draw hard contour
|
||||||
used_OldY rd 1
|
used_OldY rd 1
|
||||||
paste_img_w rd 1 ;<3B><>ਭ<EFBFBD> <20><>⠢<EFBFBD>塞<EFBFBD><EFA5AC><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
paste_img_w rd 1 ;<3B><>ਭ<EFBFBD> <20><>⠢<EFBFBD>塞<EFBFBD><EFA5AC><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
||||||
paste_img_h rd 1 ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>⠢<EFBFBD>塞<EFBFBD><EFA5AC><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
paste_img_h rd 1 ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>⠢<EFBFBD>塞<EFBFBD><EFA5AC><EFBFBD> <20><><EFBFBD><EFBFBD>ࠦ<EFBFBD><E0A0A6><EFBFBD><EFBFBD>
|
||||||
crossing_old_x rd 1 ;<3B><>砫쭠<E7A0AB> <20><><EFBFBD><EFBFBD><EFBFBD>. x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
crossing_old_x rd 1 ;<3B><>砫쭠<E7A0AB> <20><><EFBFBD><EFBFBD><EFBFBD>. x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
||||||
crossing_old_y rd 1 ;<3B><>砫쭠<E7A0AB> <20><><EFBFBD><EFBFBD><EFBFBD>. y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
crossing_old_y rd 1 ;<3B><>砫쭠<E7A0AB> <20><><EFBFBD><EFBFBD><EFBFBD>. y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
||||||
rectangular_shade_x rd 1 ;<3B><><EFBFBD><EFBFBD>筠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
rectangular_shade_x rd 1 ;<3B><><EFBFBD><EFBFBD>筠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. x <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
||||||
rectangular_shade_y rd 1 ;<3B><><EFBFBD><EFBFBD>筠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
rectangular_shade_y rd 1 ;<3B><><EFBFBD><EFBFBD>筠<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
||||||
crossing rd 1 ;0 - <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, 1 - <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD>,
|
crossing rd 1 ;0 - <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, 1 - <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD>,
|
||||||
;2 - <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>襭<EFBFBD>, 3 - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><>६<EFBFBD>頥<EFBFBD><E9A0A5><EFBFBD>
|
;2 - <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>襭<EFBFBD>, 3 - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>뤥<EFBFBD><EBA4A5><EFBFBD><EFBFBD><EFBFBD> <20><>६<EFBFBD>頥<EFBFBD><E9A0A5><EFBFBD>
|
||||||
number_undo rd 1
|
number_undo rd 1
|
||||||
SpriteSizeX rd 1 ;???
|
SpriteSizeX rd 1 ;???
|
||||||
SpriteSizeY rd 1 ;???
|
SpriteSizeY rd 1 ;???
|
||||||
SpriteCoordinatX rd 1
|
SpriteCoordinatX rd 1
|
||||||
SpriteCoordinatY rd 1
|
SpriteCoordinatY rd 1
|
||||||
SpriteOldCoordinatX rd 1
|
SpriteOldCoordinatX rd 1
|
||||||
SpriteOldCoordinatY rd 1
|
SpriteOldCoordinatY rd 1
|
||||||
|
|
||||||
CursorsID rd 10
|
CursorsID rd 10
|
||||||
|
|
||||||
Activate_instrument rb 1 ;<3B> ࠢ<><E0A0A2> 0 - <20><> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD> ⥪<>饣<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
Activate_instrument rb 1 ;<3B> ࠢ<><E0A0A2> 0 - <20><> <20><><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD> ⥪<>饣<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
;<3B><><EFBFBD> <20><><EFBFBD> ।<><E0A5A4><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>, <20> 1 - ⥪<>騩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
;<3B><><EFBFBD> <20><><EFBFBD> ।<><E0A5A4><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>, <20> 1 - ⥪<>騩 <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
save_flag rb 1
|
save_flag rb 1
|
||||||
exit_from_work_arrea rb 1
|
exit_from_work_arrea rb 1
|
||||||
lastik_is_active rb 1
|
lastik_is_active rb 1
|
||||||
instrument_used rb 1
|
instrument_used rb 1
|
||||||
DrawSprite_flag rb 1
|
DrawSprite_flag rb 1
|
||||||
Paste_flag rb 1
|
Paste_flag rb 1
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
IncludeUGlobals
|
IncludeUGlobals
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
@@ -370,7 +370,7 @@ syscolors rb 192
|
|||||||
syscolors_end:
|
syscolors_end:
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
align 4
|
align 4
|
||||||
rb 4096
|
rb 4096
|
||||||
stacktop:
|
stacktop:
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
I_END:
|
I_END:
|
Reference in New Issue
Block a user