-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
executable file
·62 lines (50 loc) · 2.13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2014-09-30: SICvm v1.2.1
* Fixed an issue with the #define so that the correct
clear command is selected for Mac / *nix / Windows
* Added a README.md file
* Removed an unwanted clearing of screen when the
machine starts its execution
2008-07-18: SICvm v1.2.0 beta
* Documented the Code of Assembler and Virtual Machine
* Complete Redesign of the Assembler
* Effiencent 2nd pass for the Assembler
* Folder structure for the 'include' directory has changed
* Kernel Design for SICvm Still in paper work
* Changed the folder 'sic' to 'utils'
* New assemble script for Linux and Windows
* Makefiles have changed a little
* INSTALL and MANUAL files have changed a little
* Alpha to Beta :)
* Versioning has changed from x.y-z to x.y.z
2007-01-30: SICvm v1.1.2 alpha
* Added little more comment in the Code
* Batch Files asmble.bat and load.bat provides more information to
the user
* Added the Complete Specifications Document for SICvm in the /doc
folder
* Added document for Debugger Design Present in /doc folder
* Added assembled OBJ files for stdio.asm, add.asm and shell.asm
(previously not included in the /sic folder)
2006-05-19: SICvm v1.1.1 alpha
* Added More comments to the code
* Fixed some more I/O Bugs
* Added little more SIC programs, you will find them in the /sic
directory
* Still has issues when compiled with DJGPP compiler in Windows,
use "Ctrl + A" in DJGPP compiled binary to signal EOF rather than
"Ctrl + Z" to signal EOF in MingW compiled binary
* Added some simple Batch files to do assemble System Programs for
SICvm under Windows
2006-04-20: SICvm v1.1.0 alpha
* Fixed a major bug in handling I/O steams when switching between
Standard I/O Streams and File Steams, this was causing the machine
to crash when loading multiple programs from shell
* Improved SIC Shell, still buggy but it can now load multiple
programs and execute any loaded program if you give the staring
address along with 'e'
2006-04-19: SICvm v1.0.1 alpha
* Fixed An Issue of crashing when command 'd' was given before
memory initialization
* Commented the code a little more
2006-04-18 SICvm v1.0.0 alpha
* First Version of SICvm