1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-25 01:29:15 +00:00
Commit Graph

10914 Commits

Author SHA1 Message Date
polluks2
e28e32129a
Added missing detail 2023-09-04 20:38:05 +02:00
Bob Andrews
7eaa5c507f
Merge pull request #2177 from polluks2/patch-11
Don't mix apple2 with apple2enh
2023-09-04 20:36:31 +02:00
Bob Andrews
870581a4d4
Merge pull request #2174 from colinleroy/conio-65c02-optimisations
Conio: 65c02 optimisations
2023-09-04 18:00:23 +02:00
Bob Andrews
980727d62d
Merge pull request #2178 from polluks2/patch-9
Fixed typo
2023-09-04 17:58:47 +02:00
mrdudz
95c0f16cf8 must...not..enable...debug 2023-09-04 01:22:53 +02:00
mrdudz
b7286ade4b checkstyle, ihre rezeptfreie Online Bestellung 2023-09-04 01:12:54 +02:00
mrdudz
ee46184c62 some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
mrdudz
d771e86cdf wip deactivated hack and related tests 2023-09-04 01:02:53 +02:00
polluks2
4ebc3b8b04
Don't mix apple2 and apple2enh 2023-09-03 20:47:48 +02:00
Bob Andrews
16e90187e8
Merge pull request #2163 from bbbradsmith/init-bss
INIT segment definitions should be consistent, and bss is the appropriate semantic type
2023-09-03 00:30:44 +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
Colin Leroy-Mira
8a140e6503 Conio: 65c02 optimisations
cputc: -2 cycles per char, -2 cycles per carriage return
cputs: -5 cycles per char, -3 cycles on cputsxy
vcprintf: -6 cycles per char
2023-09-02 12:44:53 +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
Bob Andrews
d70c902a02
Merge pull request #2170 from colinleroy/build-libs-with-debug-info
Build libs with debug symbols
2023-09-01 17:58:17 +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