File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3
3
1... WLA GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 History
4
4
------------------------------------------------------------------------------
5
5
6
- v9.8 (20 -Jun-2019) [ALL] Deprecated and removed section's size giving inside
6
+ v9.8 (21 -Jun-2019) [ALL] Deprecated and removed section's size giving inside
7
7
section's name string.
8
8
[ALL] Getting bank number with :CADDR works again.
9
9
[ALL] WLA assembles now "WLA3" library files and "WLAU"
@@ -1052,7 +1052,7 @@ v1.0 (10-Jul-2000) The first public release.
1052
1052
------------------------------------------------------------------------------
1053
1053
1054
1054
1055
- v5.10 (27-May -2019) Added support for NO$SNES symbol files.
1055
+ v5.10 (21-Jun -2019) Added support for NO$SNES symbol files.
1056
1056
-d discards now also SUPERFREE sections.
1057
1057
Added support for prioritizing sections.
1058
1058
Fixed the absolute 24bit addresses of .RAMSECTION labels.
Original file line number Diff line number Diff line change 16
16
#source_encoding = 'utf-8-sig'
17
17
master_doc = 'wla-dx'
18
18
project = u'wla-dx'
19
- copyright = u'2016 , vhelin'
19
+ copyright = u'2019 , vhelin'
20
20
version = '9.8' # The short X.Y version, can be used with |version|
21
- release = '9.8a ' # The full version, including alpha/beta/rc tags, |release|
21
+ release = '9.8 ' # The full version, including alpha/beta/rc tags, |release|
22
22
language = None
23
23
#today = ''
24
24
#today_fmt = '%B %d, %Y'
Original file line number Diff line number Diff line change @@ -41,28 +41,28 @@ long __stack = 200000;
41
41
#endif
42
42
43
43
#ifdef GB
44
- char version_string [] = "$VER: WLA-GB 9.8 (20 .6.2019)" ;
44
+ char version_string [] = "$VER: WLA-GB 9.8 (21 .6.2019)" ;
45
45
#endif
46
46
#ifdef Z80
47
- char version_string [] = "$VER: WLA-Z80 9.8 (20 .6.2019)" ;
47
+ char version_string [] = "$VER: WLA-Z80 9.8 (21 .6.2019)" ;
48
48
#endif
49
49
#ifdef MCS6502
50
- char version_string [] = "$VER: WLA-6502 9.8 (20 .6.2019)" ;
50
+ char version_string [] = "$VER: WLA-6502 9.8 (21 .6.2019)" ;
51
51
#endif
52
52
#ifdef WDC65C02
53
- char version_string [] = "$VER: WLA-65C02 9.8 (20 .6.2019)" ;
53
+ char version_string [] = "$VER: WLA-65C02 9.8 (21 .6.2019)" ;
54
54
#endif
55
55
#ifdef W65816
56
- char version_string [] = "$VER: WLA-65816 9.8 (20 .6.2019)" ;
56
+ char version_string [] = "$VER: WLA-65816 9.8 (21 .6.2019)" ;
57
57
#endif
58
58
#ifdef MCS6510
59
- char version_string [] = "$VER: WLA-6510 9.8 (20 .6.2019)" ;
59
+ char version_string [] = "$VER: WLA-6510 9.8 (21 .6.2019)" ;
60
60
#endif
61
61
#ifdef SPC700
62
- char version_string [] = "$VER: WLA-SPC700 9.8 (20 .6.2019)" ;
62
+ char version_string [] = "$VER: WLA-SPC700 9.8 (21 .6.2019)" ;
63
63
#endif
64
64
#ifdef HUC6280
65
- char version_string [] = "$VER: WLA-HuC6280 9.8 (20 .6.2019)" ;
65
+ char version_string [] = "$VER: WLA-HuC6280 9.8 (21 .6.2019)" ;
66
66
#endif
67
67
68
68
char wla_version [] = "9.8" ;
Original file line number Diff line number Diff line change 25
25
#define WLALINK_DEBUG
26
26
*/
27
27
28
- char version_string [] = "$VER: WLALINK 5.10a (30.5 .2019)" ;
28
+ char version_string [] = "$VER: WLALINK 5.10 (21.6 .2019)" ;
29
29
30
30
#ifdef AMIGA
31
31
long __stack = 200000 ;
@@ -167,7 +167,7 @@ int main(int argc, char *argv[]) {
167
167
x = FAILED ;
168
168
169
169
if (x == FAILED ) {
170
- printf ("\nWLALINK GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 WLA Macro Assembler Linker v5.10a \n" );
170
+ printf ("\nWLALINK GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 WLA Macro Assembler Linker v5.10 \n" );
171
171
printf ("Written by Ville Helin in 2000-2008 - In GitHub since 2014: https://github.com/vhelin/wla-dx\n" );
172
172
#ifdef WLALINK_DEBUG
173
173
printf ("*** WLALINK_DEBUG defined - this executable is running in DEBUG mode ***\n" );
You can’t perform that action at this time.
0 commit comments