ceriel
|
86b6eab206
|
speeded up a bit for printing 0.0
|
1989-11-27 17:29:35 +00:00 |
|
ceriel
|
862f83571f
|
speeded up a bit for converting 0.0 to string
|
1989-11-27 17:25:55 +00:00 |
|
ceriel
|
b91af798bc
|
fixed rounding on ties to round to even, and fixed extend bug (test for 0
was wrong)
|
1989-11-27 16:26:02 +00:00 |
|
ceriel
|
1758da9285
|
Added fp8087.s
|
1989-11-27 16:19:16 +00:00 |
|
ceriel
|
61c646a496
|
Added 8087 support
|
1989-11-27 16:19:15 +00:00 |
|
eck
|
c6d60cb24f
|
fixed small bug
|
1989-11-27 11:40:58 +00:00 |
|
eck
|
671556cfc4
|
improved type-checking, fixed preprocessor bug, fixed syntax bug
|
1989-11-27 11:37:11 +00:00 |
|
ceriel
|
5d81b090b9
|
Corrected MathLib0.mod: entier was wrong on negative args
|
1989-11-27 09:37:56 +00:00 |
|
eck
|
4734150614
|
removed ctype.c, the library functions are generated
|
1989-11-23 10:43:15 +00:00 |
|
eck
|
d50600e263
|
fixed unary & and indirect calls
|
1989-11-22 16:41:09 +00:00 |
|
eck
|
96da16ce33
|
fixed bugs, added dynamic buffer allocation to preprocessor
|
1989-11-22 13:58:36 +00:00 |
|
ceriel
|
3107e638f8
|
some more speed-up changes
|
1989-11-22 13:38:37 +00:00 |
|
eck
|
f9fadbf045
|
fixed bugs, added dynamic buffer allocation
|
1989-11-22 12:59:15 +00:00 |
|
ceriel
|
5ffd738802
|
cleaned up a bit
|
1989-11-21 15:44:29 +00:00 |
|
ceriel
|
6a19ee76cc
|
removed some superfluous instructions
|
1989-11-21 15:42:56 +00:00 |
|
ceriel
|
43e04499d0
|
changed label formats
|
1989-11-21 15:40:24 +00:00 |
|
ceriel
|
295c8d2515
|
a fix to ZER ? and simplified ZRL, ZRE
|
1989-11-21 11:38:08 +00:00 |
|
ceriel
|
f6c7b7bbcd
|
changed some variables from arith to int
|
1989-11-21 11:37:10 +00:00 |
|
ceriel
|
cf4c99a093
|
fixed line number after line directives
|
1989-11-21 11:33:21 +00:00 |
|
ceriel
|
01b937d82e
|
some arith variables changed into int
|
1989-11-21 11:28:56 +00:00 |
|
ceriel
|
c6134a1f59
|
changed mechanism a bit
|
1989-11-20 14:35:23 +00:00 |
|
ceriel
|
6709f6e340
|
no default size for asld
|
1989-11-17 16:55:48 +00:00 |
|
ceriel
|
99c20a6a08
|
default size is now large
|
1989-11-17 16:53:53 +00:00 |
|
ceriel
|
a46596cbba
|
new object module makes buffering superfluous
|
1989-11-17 16:50:59 +00:00 |
|
ceriel
|
07cb257465
|
print unsigned bitfields as unsigned
|
1989-11-17 16:37:20 +00:00 |
|
ceriel
|
e9d477fd6e
|
more internal buffering
|
1989-11-17 15:56:53 +00:00 |
|
ceriel
|
99cae8d6df
|
fix to previous change
|
1989-11-17 15:19:55 +00:00 |
|
ceriel
|
c4ca7db14f
|
improved #line handling
|
1989-11-17 14:53:05 +00:00 |
|
ceriel
|
9ad5d4b5e0
|
generate ; after label
|
1989-11-17 13:15:48 +00:00 |
|
ceriel
|
5300633c2b
|
improved error messages
|
1989-11-17 11:52:33 +00:00 |
|
ceriel
|
ff90971199
|
improved error messages
|
1989-11-17 11:44:48 +00:00 |
|
ceriel
|
c023409091
|
improved make.tokcase for EOF handling
|
1989-11-17 11:41:47 +00:00 |
|
ceriel
|
cde3638bc9
|
improved for EOF handling
|
1989-11-17 11:40:48 +00:00 |
|
ceriel
|
b6c29b5541
|
fixed bug which caused memory faults on erroneous input
|
1989-11-17 11:36:43 +00:00 |
|
ceriel
|
a43e504fb1
|
fixed error messages by allowing more than one "simultaneous" symbol2str
|
1989-11-17 11:31:05 +00:00 |
|
ceriel
|
676fee0a3e
|
fixed bug which caused unsigned bitfield problems
|
1989-11-17 11:28:38 +00:00 |
|
ceriel
|
d57dfac961
|
improved error messages
|
1989-11-17 11:27:26 +00:00 |
|
ceriel
|
d4bcec7ec2
|
removed some unused variables
|
1989-11-16 16:08:59 +00:00 |
|
ceriel
|
42a7f3d8e7
|
new version with internal buffering
|
1989-11-16 15:52:08 +00:00 |
|
ceriel
|
e93e256512
|
bug fix: static link was not always removed
|
1989-11-16 14:57:15 +00:00 |
|
ceriel
|
72f667fbf9
|
Added unsigned bit-field test
|
1989-11-15 17:46:58 +00:00 |
|
ceriel
|
f9d19e9302
|
fixed assembler part of link instruction
|
1989-11-15 17:46:25 +00:00 |
|
ceriel
|
edf2f575a2
|
link instruction does not work for more than 32768 bytes locals on M68000
|
1989-11-15 16:10:18 +00:00 |
|
ceriel
|
3868470366
|
many speed-up changes, resulting in 20-25% speedup, and fixed
serious floating point handling bug
|
1989-11-13 15:36:12 +00:00 |
|
eck
|
776233c718
|
improved qualifier checking
|
1989-11-13 14:01:50 +00:00 |
|
ceriel
|
c30769327b
|
fixes: ucmp did not quite work right, flt_div had an obscure bug
|
1989-11-13 12:54:33 +00:00 |
|
ceriel
|
12669d882f
|
call to abs should be call to fabs
|
1989-11-13 10:15:35 +00:00 |
|
ceriel
|
b93cdd9aac
|
do not use sprintf; use sprint instead
|
1989-11-09 21:33:29 +00:00 |
|
ceriel
|
c5ee3b6735
|
Added patterns
|
1989-11-09 18:43:02 +00:00 |
|
ceriel
|
38880093e8
|
fixed typo
|
1989-11-09 18:12:12 +00:00 |
|