e8e1889b0b
handle loadaddr the same as with the other CBM targets
mrdudz
2022-06-06 14:01:16 +02:00
9cb8bf9500
cl65: fix regression in --print-target-path
rofl0r
2022-05-30 12:22:02 +00:00
8ec1f76b9c
Fix switched meaning of '\n' and '\r'
Stephan Mühlstrasser
2022-05-18 18:57:52 +02:00
f69b993ee6
Fixed a multi-line comment.
Greg King
2022-05-18 05:09:48 -04:00
85fb6ba944
add check for +x flag
mrdudz
2022-05-17 15:28:41 +02:00
8e787c0c0a
remove +x flag
mrdudz
2022-05-17 15:28:21 +02:00
4595d08c6e
Fix set but unused variable
compyx
2022-05-17 10:05:25 +02:00
3717f36c52
rename the actual checkstyle target too :)
mrdudz
2022-05-17 14:39:35 +02:00
0e4d3aa7c5
rename the "check" target to "checkstyle". also created a new "check" target which runs all tests, as it is common with GNU programs
mrdudz
2022-05-17 14:30:41 +02:00
0113d1328b
don't try to build the checkversion sample for targets that do not have printf
mrdudz
2022-05-17 13:52:30 +02:00
976d07b98f
clean and mostlyclean should also clean the test and targettest directories
mrdudz
2022-05-17 13:25:12 +02:00
08bad5b93b
Update README.md
Bob Andrews
2022-05-10 01:56:52 +02:00
15047d9754
simple test related to #1678
mrdudz
2022-05-09 21:27:21 +02:00
3943dc1216
Fix endless loop on expanding a recursive macro, fixed issue #1678, patch by kugelfuhr
mrdudz
2022-05-09 21:26:45 +02:00
b8d0bd7f95
Add a directory for tests that exercise the supported C standard differences. As a first test added the snippet given in issue #1670
mrdudz
2022-05-08 19:29:27 +02:00
4579d584b1
fix some header files to conform with C99 hopefully, should fix issue #1670
mrdudz
2022-05-08 18:49:48 +02:00
db2dfc9226
must include stdarg.h to use varargs
mrdudz
2022-05-08 18:47:55 +02:00
738d6dba88
Update Contributing.md
Bob Andrews
2022-05-08 19:27:32 +02:00
cb5ced7c9d
Update Contributing.md
Bob Andrews
2022-05-08 18:46:12 +02:00
4285a30236
At the end of the optimizer run, remove jump cascades again. fixes the regression reported in #1652
mrdudz
2022-05-08 13:22:10 +02:00
8ec41083e9
add extra optimizer step that replaces BRA by JMP if the target is external
mrdudz
2022-05-08 13:20:18 +02:00
4ddbe5f838
test related to issue #1652, shows regression broken by #1231 and the case that #1231 improved.
mrdudz
2022-05-08 13:19:32 +02:00
ab7079df00
add sourcelines to the generated asm for easier inspection, redirect output of sim65, including cycle count, into a seperate .out file per program
mrdudz
2022-05-08 13:18:27 +02:00
bfe9ddeb6a
Update Contributing.md
Bob Andrews
2022-05-06 22:13:33 +02:00
f8a940bce4
Some clean-up
polluks2
2022-04-03 00:06:45 +02:00