Skip to content

Commit 1acd3f0

Browse files
committed
Release of version 1.7 of 6809-strlen!
* New exercises: * Level_Eight.txt * Instruction listings: * strlen.s Listing * no_error_strlen.s Listing * The number of tests has increased to 10, and their order has been revised * The code for the test suite has been reworked * Numerous additional comments throughout all of the source code
1 parent 2e56e07 commit 1acd3f0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Version_History.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
6809-strlen Version_history.txt
22
(c) 2017, 2018, 2019 by Richard Cavell
33

4+
Version 1.7 (30 March 2019)
5+
6+
* New documents:
7+
8+
* strlen.s Listing
9+
* no_error_strlen.s Listing
10+
* Level_Eight.txt
11+
12+
We now have an analysis of the instruction timings within the two
13+
main routines. We also have even more exercises.
14+
15+
* Changes to the test suite
16+
17+
* The number of tests has increased to 10
18+
* The order of the tests has now changed
19+
* Wait for keypress after loading the machine language routines
20+
* The code now uses arrays, and line number magnitudes have been greatly
21+
reduced, for hopefully what is more professional code
22+
* Removal of dead code
23+
* Added some subroutines to allow for abstraction of CLS and PRINT
24+
blank line
25+
26+
* It is now possible to run the test suite using MAME with the debugger,
27+
from the Makefile in the "Test suite" folder
28+
29+
* Numerous additions to source code comments
30+
31+
...and numerous other changes
32+
33+
(Note that asm6809 is our only supported assembler)
34+
435
Version 1.6 (6 November 2018)
536

637
* Many more exercises have been added to the Documents folder

0 commit comments

Comments
 (0)