r55 - 15-04-2013-dr235

fällige aufräumarbeitem im quelltext:
- umstellung bildschirmcodes/g0-treiber auf externe konstantendefinitionen
- umstellung signaldefinitionen für belflash/g0key
- alle funktionsnummern für bella werden nun in lib\glob-con.spin verwaltet und gepflegt
- screeninit gibt jetzt keine kopfzeile mehr aus, geht jetzt über fensterfunktionen
- anpassung div. tools 

system\regnatix\regime:
- leere eingaben werden jetzt ignoriert
- mit der cursortaste kann jetzt der letzte befehl wiederholt werden
This commit is contained in:
drohne235@gmail.com 2013-04-16 19:09:12 +00:00
parent 5776c82152
commit 9654be42a3
39 changed files with 70 additions and 57 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,15 @@
r55 - 15-04-2013-dr235
fällige aufräumarbeitem im quelltext:
- umstellung bildschirmcodes/g0-treiber auf externe konstantendefinitionen
- umstellung signaldefinitionen für belflash/g0key
- alle funktionsnummern für bella werden nun in lib\glob-con.spin verwaltet und gepflegt
- screeninit gibt jetzt keine kopfzeile mehr aus, geht jetzt über fensterfunktionen
- anpassung div. tools
system\regnatix\regime:
- leere eingaben werden jetzt ignoriert
- mit der Cursortaste kann jetzt der letzte Befehl wiederholt werden
r54 - 15-04-2013-dr235:
flash\admflash.spin

View File

@ -50,14 +50,13 @@ move reg.sys %sd%
REM ----------------------------------------------------------------
REM Slave-Dateien erzeugen
REM admsid, admay, admterm
REM htxt, tv, g0key
REM htxt, g0key
%BSTC% -L %libpath% -b -O a .\system\administra\admsid\admsid.spin
%BSTC% -L %libpath% -b -O a .\system\administra\admay\admay.spin
rename *.binary *.adm
%BSTC% -L %libpath% -b -O a .\system\bellatrix\bel-htext\htext.spin
REM (siehe oben) %BSTC% -L %libpath% -b -O a .\system\bellatrix\bel-tv\tv.spin
%BSTC% -L %libpath% -b -O a .\system\bellatrix\bel-g0\g0key.spin
rename *.binary *.bel

112
make.log
View File

@ -1,9 +1,9 @@
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>date /T
14.04.2013
16.04.2013
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>time /T
19:47
20:24
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM Pfade
@ -45,7 +45,7 @@ Loading Object adm-rtc
Loading Object adm-com
Program size is 13392 longs
2 Constants folded
Compiled 2690 Lines of Code in 0,363 Seconds
Compiled 2690 Lines of Code in 0,267 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>copy admflash.binary ".\bin\flash"
1 Datei(en) kopiert.
@ -63,9 +63,10 @@ Loading Object belf-vga
Loading Object bel-vga
Loading Object bel-keyb
Loading Object bel-bus
Loading Object glob-con
Program size is 7612 longs
25 Constants folded
Compiled 1328 Lines of Code in 0,244 Seconds
Compiled 1430 Lines of Code in 0,149 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>copy belflash.binary ".\bin\flash"
1 Datei(en) kopiert.
@ -83,9 +84,10 @@ Loading Object belf-tv
Loading Object bel-tv
Loading Object bel-keyb
Loading Object bel-bus
Program size is 7656 longs
Loading Object glob-con
Program size is 7652 longs
27 Constants folded
Compiled 1383 Lines of Code in 0,181 Seconds
Compiled 1485 Lines of Code in 0,124 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>rename belflash.binary tv.bel
@ -97,7 +99,7 @@ Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object regflash
Program size is 32580 longs
Compiled 695 Lines of Code in 0,204 Seconds
Compiled 694 Lines of Code in 0,177 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>move regflash.binary ".\bin\flash"
1 Datei(en) verschoben.
@ -117,9 +119,9 @@ Loading Object regime
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Program size is 9576 longs
Program size is 9736 longs
2 Constants folded
Compiled 2590 Lines of Code in 0,186 Seconds
Compiled 2658 Lines of Code in 0,225 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>rename regime.binary reg.sys
@ -132,7 +134,7 @@ H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM Slave-Dateien
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM admsid, admay, admterm
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM htxt, tv, g0key
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM htxt, g0key
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\administra\admsid\admsid.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -142,7 +144,7 @@ Loading Object adm-fat
Loading Object adm-rtc.spin
Loading Object adm-sid
Program size is 12104 longs
Compiled 2222 Lines of Code in 0,256 Seconds
Compiled 2222 Lines of Code in 0,166 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\administra\admay\admay.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -152,7 +154,7 @@ Loading Object adm-fat
Loading Object adm-rtc.spin
Loading Object adm-ay
Program size is 8336 longs
Compiled 1711 Lines of Code in 0,139 Seconds
Compiled 1711 Lines of Code in 0,104 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>rename *.binary *.adm
@ -164,18 +166,17 @@ Loading Object bel-htext
Loading Object bel-keyb
Program size is 6656 longs
12 Constants folded
Compiled 958 Lines of Code in 0,168 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>REM (siehe oben) bstc.exe -L ".\lib" -b -O a .\system\bellatrix\bel-tv\tv.spin
Compiled 958 Lines of Code in 0,094 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\bellatrix\bel-g0\g0key.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object g0key
Loading Object bel-tv
Program size is 7148 longs
Loading Object glob-con
Program size is 7156 longs
1 Constants folded
Compiled 1870 Lines of Code in 0,163 Seconds
Compiled 1972 Lines of Code in 0,115 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>rename *.binary *.bel
@ -208,9 +209,9 @@ Loading Object admtest
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Program size is 8216 longs
Program size is 8204 longs
1 Constants folded
Compiled 2430 Lines of Code in 0,161 Seconds
Compiled 2468 Lines of Code in 0,142 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\beltest.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -219,9 +220,9 @@ Loading Object beltest
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Program size is 6404 longs
Program size is 6380 longs
5 Constants folded
Compiled 2313 Lines of Code in 0,164 Seconds
Compiled 2348 Lines of Code in 0,104 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\charmap.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -229,9 +230,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object charmap
Loading Object reg-ios
Loading Object glob-con
Program size is 2256 longs
Program size is 2252 longs
1 Constants folded
Compiled 1743 Lines of Code in 0,089 Seconds
Compiled 1777 Lines of Code in 0,056 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\eram.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -240,9 +241,9 @@ Loading Object eram
Loading Object glob-numbers
Loading Object reg-ios
Loading Object glob-con
Program size is 7352 longs
Program size is 7348 longs
2 Constants folded
Compiled 2705 Lines of Code in 0,157 Seconds
Compiled 2739 Lines of Code in 0,172 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\flash.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -252,9 +253,9 @@ Loading Object reg-ios
Loading Object glob-con
Loading Object glob-sdspi
Loading Object glob-numbers
Program size is 7148 longs
Program size is 7144 longs
7 Constants folded
Compiled 3118 Lines of Code in 0,186 Seconds
Compiled 3152 Lines of Code in 0,128 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\fterm.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -263,9 +264,9 @@ Loading Object fterm
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-fds
Program size is 2660 longs
Program size is 2656 longs
1 Constants folded
Compiled 1923 Lines of Code in 0,113 Seconds
Compiled 1957 Lines of Code in 0,073 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\g0test.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -273,9 +274,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object g0test
Loading Object reg-ios
Loading Object glob-con
Program size is 5988 longs
Program size is 5984 longs
39 Constants folded
Compiled 2232 Lines of Code in 0,137 Seconds
Compiled 2266 Lines of Code in 0,089 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\hplay.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -283,9 +284,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object hplay
Loading Object reg-ios
Loading Object glob-con
Program size is 3996 longs
Program size is 3992 longs
9 Constants folded
Compiled 1984 Lines of Code in 0,078 Seconds
Compiled 2018 Lines of Code in 0,078 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\keycode.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -293,9 +294,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object keycode
Loading Object reg-ios
Loading Object glob-con
Program size is 2184 longs
Program size is 2180 longs
1 Constants folded
Compiled 1746 Lines of Code in 0,08 Seconds
Compiled 1780 Lines of Code in 0,059 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\man.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -304,9 +305,9 @@ Loading Object man
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Program size is 2720 longs
Program size is 2716 longs
1 Constants folded
Compiled 1927 Lines of Code in 0,072 Seconds
Compiled 1961 Lines of Code in 0,072 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\ramtest.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -314,9 +315,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object ramtest
Loading Object reg-ios
Loading Object glob-con
Program size is 4276 longs
Program size is 4272 longs
35 Constants folded
Compiled 1999 Lines of Code in 0,079 Seconds
Compiled 2033 Lines of Code in 0,08 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\regime.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -325,9 +326,9 @@ Loading Object regime
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Program size is 9576 longs
Program size is 9736 longs
2 Constants folded
Compiled 2590 Lines of Code in 0,123 Seconds
Compiled 2658 Lines of Code in 0,122 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\rom.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -336,9 +337,9 @@ Loading Object rom
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-sdspi
Program size is 4368 longs
Program size is 4364 longs
4 Constants folded
Compiled 2359 Lines of Code in 0,102 Seconds
Compiled 2393 Lines of Code in 0,077 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\sfxtool.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -347,9 +348,10 @@ Loading Object sfxtool
Loading Object reg-ios
Loading Object glob-con
Loading Object glob-numbers
Program size is 6344 longs
Loading Object glob-string
Program size is 6644 longs
1 Constants folded
Compiled 2532 Lines of Code in 0,112 Seconds
Compiled 2720 Lines of Code in 0,116 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\splay.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -357,9 +359,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object splay
Loading Object reg-ios
Loading Object glob-con
Program size is 3068 longs
Program size is 3064 longs
1 Constants folded
Compiled 1855 Lines of Code in 0,067 Seconds
Compiled 1889 Lines of Code in 0,064 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\sysconf.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -367,9 +369,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object sysconf
Loading Object reg-ios
Loading Object glob-con
Program size is 4232 longs
Program size is 4228 longs
2 Constants folded
Compiled 1976 Lines of Code in 0,075 Seconds
Compiled 2010 Lines of Code in 0,086 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\time.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -379,9 +381,9 @@ Loading Object reg-ios
Loading Object glob-con
Loading Object glob-string
Loading Object glob-numbers
Program size is 5808 longs
Program size is 5804 longs
1 Constants folded
Compiled 2521 Lines of Code in 0,15 Seconds
Compiled 2555 Lines of Code in 0,109 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\wplay.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -389,9 +391,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object wplay
Loading Object reg-ios
Loading Object glob-con
Program size is 3340 longs
Program size is 3336 longs
1 Constants folded
Compiled 1876 Lines of Code in 0,072 Seconds
Compiled 1910 Lines of Code in 0,069 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>bstc.exe -L ".\lib" -b -O a .\system\regnatix\yplay.spin
Brads Spin Tool Compiler v0.15.3 - Copyright 2008,2009 All rights reserved
@ -399,9 +401,9 @@ Compiled for i386 Win32 at 08:17:48 on 2009/07/20
Loading Object yplay
Loading Object reg-ios
Loading Object glob-con
Program size is 3348 longs
Program size is 3344 longs
1 Constants folded
Compiled 1925 Lines of Code in 0,071 Seconds
Compiled 1959 Lines of Code in 0,068 Seconds
H:\Projekte\Technik\hive 1\software\TriOS\TriOS-SVN\hive-trios>rename *.binary *.bin

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.