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

10771 Commits

Author SHA1 Message Date
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
mrdudz
260fd7f004 rename 2023-08-26 22:05:27 +02:00
mrdudz
0c69e4e290 move test to test/val ... for some reason it is working now in this branch :) 2023-08-26 21:48:35 +02:00
mrdudz
fcad1067ad fix some fallout 2023-08-25 23:04:13 +02:00
mrdudz
92d9e4fcd7 Merge branch 'master' into fptest
# Conflicts:
#	src/cc65/expr.c
#	src/cc65/scanner.c
2023-08-25 22:47:32 +02:00
Bob Andrews
05cd805cbc
Merge pull request #2085 from bbbradsmith/numerical_constant_errors-float
Numerical constant errors and improvements (float)
2023-08-25 22:30:07 +02:00
mrdudz
e4084eb129 Merge branch 'master' into fptest 2023-08-25 22:08:08 +02:00
mrdudz
39619b629d fix docs on .version (forgot to update it when __CC65__ was fixed) 2023-08-19 15:39:16 +02:00
Colin Leroy-Mira
148be69f97 Optimize and fix comments (thanks to Oliver Schmidt) 2023-08-19 14:11:36 +02:00
Colin Leroy-Mira
1f68846116 Avoid using mli.s to initcwd 2023-08-19 14:11:36 +02:00
mrdudz
0f7c299abc Merge branch 'master' into fptest
# Conflicts:
#	src/cc65/expr.c
#	test/todo/Makefile
2023-07-08 15:56:45 +02:00
Bob Andrews
ce3bcadd24
Merge pull request #2146 from baktragh/master
Update _atari5200os.h
2023-07-02 19:10:39 +02:00
baktragh
7a85473cb0
Update _atari5200os.h
Remove dangling spaces
2023-07-02 15:16:33 +02:00
baktragh
6c127d6a83
Update _atari5200os.h
Update the page 0 symbols, synchronize  the names with the _atarios.h, add locations used by Atari 5200 conio
2023-07-02 14:59:00 +02:00
Bob Andrews
3efa517d96
Merge pull request #2141 from baktragh/master
Update _atari5200os.h with POT shadows
2023-06-27 00:18:23 +02:00
baktragh
aaec2a6270
Update _atari5200os.h - Remove dangling spaces 2023-06-26 16:46:42 +02:00