Irmen de Jong
|
88a9e09918
|
got floating points working in commanderx16
|
2020-08-29 23:55:26 +02:00 |
|
Irmen de Jong
|
78bdbde3ae
|
refer to ZP scratch constants from asm code via the global P8ZP constants as well
|
2020-08-25 19:44:08 +02:00 |
|
Irmen de Jong
|
f0d4c3aba9
|
moved initialvalues to asmgen, fixed sgn bug and internal float 0.0 variable disappearing bug
|
2020-03-22 18:17:12 +01:00 |
|
Irmen de Jong
|
98a638a2f3
|
split asmsub and romsub declarations
|
2020-03-10 23:09:31 +01:00 |
|
Irmen de Jong
|
96d8a7f0d7
|
float assembly code moved to separate library file
|
2020-03-10 22:03:24 +01:00 |
|
Irmen de Jong
|
27f987f0ae
|
fixed bit shifts, added sgn() function
|
2019-08-17 16:44:28 +02:00 |
|
Irmen de Jong
|
fba149ee28
|
removed the ~ before block names
|
2019-07-29 23:11:13 +02:00 |
|
Irmen de Jong
|
776c844d02
|
more ast-codegen v2
|
2019-07-23 01:36:49 +02:00 |
|
Irmen de Jong
|
3cf87536ff
|
fix asmsub syntax
|
2019-07-09 07:24:21 +02:00 |
|
Irmen de Jong
|
d6b6254b72
|
simplified the asmsub syntax
|
2019-07-08 23:00:18 +02:00 |
|
Irmen de Jong
|
a9bbe0bc40
|
removed the memory keyword instead use & now (reuse the address-of operator to reduce the number of different concepts in the grammar)
|
2019-04-12 22:00:32 +02:00 |
|
Irmen de Jong
|
fb2796ac06
|
truly fix min(f)/max(f) also fix ceil(f)
|
2019-04-10 23:14:28 +02:00 |
|
Irmen de Jong
|
742b15357b
|
fix all(f)
|
2019-04-10 22:42:48 +02:00 |
|
Irmen de Jong
|
ac6ed27052
|
restore tweaks in c64flt.p8
|
2019-04-10 22:18:45 +02:00 |
|
Irmen de Jong
|
fc47d3feb8
|
repaired min(f) max(f) fixes #13
|
2019-04-07 23:19:31 +02:00 |
|
Irmen de Jong
|
03d0411679
|
pow_f implemented
|
2019-03-31 14:28:38 +02:00 |
|
Irmen de Jong
|
ee906ba82c
|
fix ubyte2float conversion
|
2019-01-15 22:16:03 +01:00 |
|
Irmen de Jong
|
f3c9be4e06
|
float ++/-- and missing asm code handlers added
|
2019-01-12 14:55:57 +01:00 |
|
Irmen de Jong
|
e3eace9e28
|
project folder restructure
|
2019-01-09 23:57:27 +01:00 |
|