1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
Commit Graph

10786 Commits

Author SHA1 Message Date
mrdudz
d771e86cdf wip deactivated hack and related tests 2023-09-04 01:02:53 +02:00
mrdudz
c0061cdcfa logging 2023-09-02 23:34:38 +02:00
mrdudz
3a4d0d9f0c remove woy stuff 2023-09-02 23:33:51 +02:00
mrdudz
14c71cd958 remove woz float stuff and some test things 2023-09-02 23:11:55 +02:00
mrdudz
83d3927a7f disable debug, ooops 2023-09-02 06:58:12 +02:00
mrdudz
c48cf428e9 fix division and multiplication for intvar vs floatvar 2023-09-02 06:53:33 +02:00
mrdudz
f0eadc69e1 fix a regression that sneaked in, all subtractions should work again 2023-09-02 06:44:53 +02:00
mrdudz
341286bf16 fix float var - int const, fix int var - float var 2023-09-02 02:42:34 +02:00
mrdudz
82346b24db fix int var - float const, fix float var - int var 2023-09-02 01:56:18 +02:00
mrdudz
a8e9783f1c fix int const - float var 2023-09-02 01:12:00 +02:00
mrdudz
fee2b834b0 fix float const - int var 2023-09-02 00:08:21 +02:00
mrdudz
9481f7a498 fix const int + float 2023-09-01 23:43:02 +02:00
mrdudz
6f004dadf7 fix float const -/ int const 2023-09-01 22:15:52 +02:00
mrdudz
4390cd8874 update readme 2023-09-01 22:13:34 +02:00
mrdudz
013ef1553a beginning of a reference libm in C 2023-08-31 23:07:15 +02:00
mrdudz
86d0859d8d evil spaces 2023-08-31 05:20:34 +02:00
mrdudz
56496cf8e2 some updates 2023-08-31 05:20:25 +02:00
mrdudz
abe65d524d make float X= const work, and a test for that 2023-08-31 05:04:02 +02:00
mrdudz
26a3aa9fb7 implement rsub 2023-08-31 04:41:23 +02:00
mrdudz
ab238c1045 some fixes for X=, related tests 2023-08-31 00:44:03 +02:00
mrdudz
8dfe97b1df updates 2023-08-31 00:37:11 +02:00
mrdudz
fdc5865d3f fix some warnings 2023-08-31 00:22:53 +02:00
mrdudz
00824427f7 some logging 2023-08-30 23:49:00 +02:00
mrdudz
a77de923fc update readme 2023-08-30 02:41:46 +02:00
mrdudz
845c600824 update 2023-08-30 02:15:00 +02:00
mrdudz
29edbaa20e update readme 2023-08-30 02:13:16 +02:00
mrdudz
681fe5d562 update/add a bunch of tests. should be all for "basic" and "cmp" now 2023-08-30 02:12:43 +02:00
mrdudz
babaf98040 another addition fix 2023-08-30 02:11:47 +02:00
mrdudz
771155ff02 add tests for float vs int var 2023-08-29 14:50:26 +02:00
mrdudz
bb24862401 cleanup 2023-08-29 12:07:19 +02:00
mrdudz
dd5f12b352 fix int variable + float constant, fix float variable + int constant, add tests 2023-08-29 12:00:17 +02:00
mrdudz
3164917f46 cleanup 2023-08-29 03:15:54 +02:00
mrdudz
109b770236 spaces! 2023-08-29 01:31:14 +02:00
mrdudz
2e220e709e some fixes relalated to comparing with integer constants, related tests. some fixes related to adding integers, related tests 2023-08-29 01:11:59 +02:00
mrdudz
c4561e7989 some bugfixes/adjustments 2023-08-29 00:50:53 +02:00
mrdudz
97a4bc3a6c in g_typeadjust convert the other side to float if one side is float 2023-08-29 00:49:54 +02:00
mrdudz
36ea0cc90e cosmetics 2023-08-28 02:16:35 +02:00
mrdudz
b7ce973a3f update readme 2023-08-28 02:05:34 +02:00
mrdudz
a396f5b1c8 add floattest sample, which contains the stuff that can work without math.h 2023-08-28 02:02:36 +02:00
mrdudz
2da00e7daa fix output for negative numbers 2023-08-28 02:01:56 +02:00
mrdudz
23a2b13a62 add rough 3d function plotter, requires math.h 2023-08-28 01:18:30 +02:00
mrdudz
45e3f03862 brief test of everything in math.h 2023-08-28 01:17:03 +02:00
mrdudz
c0cba14ea5 fix roundf 2023-08-27 23:12:20 +02:00
mrdudz
4c043aa98f use kernal function to convert float to string 2023-08-27 23:11:25 +02:00
mrdudz
f587e6eaf9 add code for fnegeax, and tests for it 2023-08-27 05:15:04 +02:00
mrdudz
f89b382d6f update readme to reflect current state 2023-08-27 00:16:02 +02:00
mrdudz
b034fe35fc another case that doesnt fail 2023-08-26 23:14:50 +02:00
mrdudz
ac320910ca updated 2023-08-26 23:08:51 +02:00
mrdudz
574030ac17 rename override file also in the Makefile :) 2023-08-26 22:38:02 +02:00
mrdudz
fa347d416a move test to todo again, and patch the Makefile - it works in *one* particular config (only) 2023-08-26 22:34:25 +02:00