-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.TXT
42 lines (25 loc) · 891 Bytes
/
CHANGES.TXT
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
2023-10-05 @humbertocsjr
- Added int86 function with return registers
- Added linux/unix build
- Added Project files and Project pre-compiler
- Added Minimal version of Library
- Change this fork name to TLang Compiler
2022-10-08 @humbertocsjr
- Added low level functions on library
2022-09-09
- Fix: frame allocation sometimes failed in the main program.
Huh. How did this one survive so long?
2022-09-08
- Fix: below fix did not cover the main program body.
2022-09-07
- Fix: compound statements now deallocate local storage when
exiting via LEAVE or LOOP.
2022-08-31
- Fixed MOD operator (should be unsigned)
2021-05-01
- moved normalizing comparison operations to library
to save space
- Added T3X.OAPPND mode to T.OPEN
- Added S86 assembler (for compiling LIB.S86)
2021-04-29
- Rewrote T3X/Z (CP/M-Z80 version) to generate DOS/8086 code.