forked from sjasmplus/sjasmplus
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
83 lines (62 loc) · 2.5 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2008-04-03 Aprisobal <[email protected]>
* VERSIOB 1.07 Stable
* Added new SAVETAP pseudo-op. It's support up to 1024kb ZX-Spectrum's
RAM.
* Added new --nofakes commandline parameter.
2008-04-02 Aprisobal <[email protected]>
* VERSION: 1.07 RC7
* Another fix of 48k SNA snapshots saving routine.
* Added new UNDEFINE pseudo-op.
* Added new IFUSED/IFNUSED pseudo-ops for labels (such IFDEF for defines).
* Fixed labels list dump rountine (--lstlab command line parameter).
2008-03-29 Aprisobal <[email protected]>
* VERSION: 1.07 RC6
* Applied bugfix patches for SAVEHOB/SAVETRD pseudo-ops by Breeze.
* Fixed memory leak in line parsing routine.
* Fixed 48k SNA snapshots saving routine.
* Added missing INF instruction.
* Fixed code parser's invalid addressing of temporary labels in macros.
2007-05-31 Aprisobal <[email protected]>
* VERSION: 1.07 RC5bf
* Bugfix patches by Ric Hohne.
* Important bugfix of memory leak.
* Bugfix of strange crashes at several machines.
* Added yet another sample for built-in LUA engine. See end of this file.
* Added sources of CosmoCubes demo to the "examples" directory.
2007-05-13 Aprisobal <[email protected]>
* VERSION: 1.07 RC5
* ALIGN has new optional parameter.
* Corrected bug of RAM sizing.
* Corrected bug of structures naming.
2006-12-02 Aprisobal <[email protected]>
* VERSION: 1.07 RC4bf
* Corrected important bug in code generation functions of SjASMPlus.
2006-11-28 Aprisobal <[email protected]>
* VERSION: 1.07 RC4
* Corrected bug with SAVEBIN, SAVETRD and possible SAVESNA.
* Add Makefile to build under Linux, FreeBSD etc.
2006-10-12 Aprisobal <[email protected]>
* VERSION: 1.07 RC3
* SAVESNA can save 48kb snapshots
* Corrected DEFINE's bug.
* Corrected bug of incorrect line numbering.
2006-09-28 Aprisobal <[email protected]>
* VERSION: 1.07 RC2
* SAVESNA works and with device ZXSPECTRUM48
* Added new device PENTAGON128
* In ZXSPECTRUM48 device and others attributes has black ink and white
paper by default.
2006-09-23 Aprisobal <[email protected]>
* VERSION: 1.07 RC1bf
* Corrected bug with _ERRORS and _WARNINGS constants
* Added error message, when SHELLEXEC program execution failed
2006-09-18 Aprisobal <[email protected]>
* VERSION: 1.07 RC1
* 3-pass design
* Built-in Lua scripting engine
* Changed command line keys
* Documentation converted to HTML.
* Added new directives: DEVICE, SLOT, SHELLEXEC
* Added predefined constanst: _SJASMPLUS=1, _ERRORS and other
* Changed output log format.
* And many many more.