Subversion Repositories Kolibri OS

Rev

Rev 4487 | Rev 5240 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4487 Rev 4505
Line 1... Line 1...
1
;-----------------------------------------------------------------------------
1
;-----------------------------------------------------------------------------
2
; project name:      TINYPAD
2
; project name:      TINYPAD
3
; compiler:          flat assembler 1.67.21
3
; compiler:          flat assembler 1.67.21
4
; memory to compile: 3.0/9.0 MBytes (without/with size optimizations)
4
; memory to compile: 3.0/9.0 MBytes (without/with size optimizations)
5
; version:           SVN (4.0.7)
5
; version:           SVN (4.0.8)
6
; last update:       2013-11-21 (Nov 21, 2013)
6
; last update:       2014-01-22 (Jan 22, 2014)
7
; minimal kernel:    revision #823 (svn://kolibrios.org/kernel/trunk)
7
; minimal kernel:    revision #4199 (svn://kolibrios.org/kernel/trunk)
8
;-----------------------------------------------------------------------------
8
;-----------------------------------------------------------------------------
9
; originally by:     Ville Michael Turjanmaa >> villemt@aton.co.jyu.fi
9
; originally by:     Ville Michael Turjanmaa >> villemt@aton.co.jyu.fi
10
; maintained by:     Mike Semenyako          >> mike.dld@gmail.com
10
; maintained by:     Mike Semenyako          >> mike.dld@gmail.com
11
;                    Ivan Poddubny           >> ivan-yar@bk.ru
11
;                    Ivan Poddubny           >> ivan-yar@bk.ru
-
 
12
;                    Marat Zakiyanov aka Mario79
12
;-----------------------------------------------------------------------------
13
;-----------------------------------------------------------------------------
13
; TODO (4.1.0):
14
; TODO (4.1.0):
14
;   - add vertical selection, undo, goto position, overwrite mode, smart tabulation
15
;   - add vertical selection, undo, goto position, overwrite mode, smart tabulation
15
;   - improve window drawing with small dimensions
16
;   - improve window drawing with small dimensions
16
;   - save/load settings to/from ini file, not executable
17
;   - save/load settings to/from ini file, not executable
Line 33... Line 34...
33
 
34
 
Line 34... Line 35...
34
;purge mov,add,sub            ;  SPEED
35
;purge mov,add,sub            ;  SPEED
Line 35... Line 36...
35
 
36
 
Line 36... Line 37...
36
header '01',1,@CODE,TINYPAD_END,STATIC_MEM_END,MAIN_STACK,@PARAMS,ini_path
37
header '01',1,@CODE,TINYPAD_END,STATIC_MEM_END,MAIN_STACK,@PARAMS,ini_path
37
 
38
 
Line 38... Line 39...
38
APP_VERSION equ 'SVN (4.0.7)'
39
APP_VERSION equ 'SVN (4.0.8)'