File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 331... WLA GB-Z80/Z80/6502/65C02/65CE02/65816/6800/6801/6809/8008/8080/HUC6280/SPC-700/SuperFX History
44----------------------------------------------------------------------------------------------------
55
6- v10.3 (21-Sep -2022) [ALL] Improved parser for .HEX, and added BLOCK to .HEX.
6+ v10.3 (02-Oct -2022) [ALL] Improved parser for .HEX, and added BLOCK to .HEX.
77 [ALL] "\\" should now work inside strings.
88 [ALL] .MACRO calling another .MACRO, inside a namespaced
99 file, should now work.
@@ -1425,7 +1425,7 @@ v1.0 (10-Jul-2000) The first public release.
14251425------------------------------------------------------------------------------
14261426
14271427
1428- v5.18 (13-Sep -2022) Added -v1 and -v2 (shorter verbose levels).
1428+ v5.18 (02-Oct -2022) Added -v1 and -v2 (shorter verbose levels).
14291429 Pending calculations that were marked negative inside
14301430 pending calculations should now work.
14311431 Pending calculations that contain pending calculations
Original file line number Diff line number Diff line change 1818project = u'wla-dx'
1919copyright = u'1998, vhelin'
2020version = '10.3' # The short X.Y version, can be used with |version|
21- release = '10.3a ' # The full version, including alpha/beta/rc tags, |release|
21+ release = '10.3 ' # The full version, including alpha/beta/rc tags, |release|
2222language = None
2323#today = ''
2424#today_fmt = '%B %d, %Y'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ FILE *g_file_out_ptr = NULL;
3535__near long __stack = 200000 ;
3636#endif
3737
38- char g_version_string [] = "$VER: wla-" WLA_NAME " 10.3a (21.9 .2022)" ;
38+ char g_version_string [] = "$VER: wla-" WLA_NAME " 10.3 (2.10 .2022)" ;
3939char g_wla_version [] = "10.3" ;
4040
4141char g_tmp_name [MAX_NAME_LENGTH + 1 ], g_makefile_tmp_name [MAX_NAME_LENGTH + 1 ];
@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
184184 }
185185
186186 if (g_output_format == OUTPUT_NONE || parse_flags_result == FAILED ) {
187- char title [] = "WLA " ARCH_STR " Macro Assembler v10.3a " ;
187+ char title [] = "WLA " ARCH_STR " Macro Assembler v10.3 " ;
188188 int length , left , right ;
189189
190190 length = (int )strlen (title );
Original file line number Diff line number Diff line change 3232 #define WLALINK_DEBUG
3333*/
3434
35- char g_version_string [] = "$VER: wlalink 5.18a (13.9 .2022)" ;
35+ char g_version_string [] = "$VER: wlalink 5.18 (2.10 .2022)" ;
3636
3737#ifdef AMIGA
3838__near long __stack = 200000 ;
@@ -293,7 +293,7 @@ int main(int argc, char *argv[]) {
293293 i = FAILED ;
294294
295295 if (i == FAILED ) {
296- char title [] = "WLALINK - WLA DX Macro Assembler Linker v5.18a " ;
296+ char title [] = "WLALINK - WLA DX Macro Assembler Linker v5.18 " ;
297297 int length , left , right ;
298298
299299 length = (int )strlen (title );
You can’t perform that action at this time.
0 commit comments