This website requires JavaScript.
4674b09421
clean and mostlyclean should also clean the test and targettest directories
mrdudz
2022-05-17 13:25:12 +02:00
2fdb1e6b0d
Fix set but unused variable
compyx
2022-05-17 10:05:25 +02:00
8328bbf51d
Update README.md
Bob Andrews
2022-05-10 01:56:52 +02:00
4da7e1553f
Merge pull request #1676 from polluks2/patch-1
Bob Andrews
2022-05-10 01:32:10 +02:00
8062f8d029
sample program that demonstrates how to compare the value of __CC65__ for any version of the compiler
mrdudz
2022-05-10 01:16:19 +02:00
1b73ffb8ae
document changes to __CC65__
mrdudz
2022-05-10 01:13:24 +02:00
f67fb3b326
define __CC65__ as ((VER_MAJOR * 0x100) + VER_MINOR), fixes issue #1667
mrdudz
2022-05-10 01:12:13 +02:00
1c3d386e09
simple test related to #1678
mrdudz
2022-05-09 21:27:21 +02:00
b6ffa4af64
Fix endless loop on expanding a recursive macro, fixed issue #1678 , patch by kugelfuhr
mrdudz
2022-05-09 21:26:45 +02:00
1abb5f4734
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
3640beaa46
fix some header files to conform with C99 hopefully, should fix issue #1670
mrdudz
2022-05-08 18:49:48 +02:00
d0ac06c9b0
must include stdarg.h to use varargs
mrdudz
2022-05-08 18:47:55 +02:00
1c34d798be
Update Contributing.md
Bob Andrews
2022-05-08 19:27:32 +02:00
fc4faa582a
Update Contributing.md
Bob Andrews
2022-05-08 18:46:12 +02:00
43af562ce1
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
5813fd81d3
add extra optimizer step that replaces BRA by JMP if the target is external
mrdudz
2022-05-08 13:20:18 +02:00
e6b9a4b292
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
e0ae8ddc68
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
8bdc3b092c
Update Contributing.md
Bob Andrews
2022-05-06 22:13:33 +02:00
2314cddb5a
Merge pull request #1718 from polluks2/patch-2
Bob Andrews
2022-05-06 13:08:14 +02:00
61bd7be6be
Merge pull request #1725 from polluks2/patch-4
Bob Andrews
2022-05-06 13:05:01 +02:00
9beedbafdd
Merge pull request #1735 from rofl0r/empty_prefix
Bob Andrews
2022-05-06 13:04:00 +02:00
14c7ae6f0c
Merge pull request #1742 from jedeoric/mkdir_fix_telestrat
Bob Andrews
2022-05-06 13:00:03 +02:00
47743d5fcf
fix space
jede
2022-05-05 22:50:37 +02:00
348ea815b0
fix mkdir
jede
2022-05-05 22:43:06 +02:00
71cec58d86
Adjust comments
Bob Andrews
2022-05-05 14:24:02 +02:00
b8f7167dcd
Merge pull request #1729 from jedeoric/fix_fd_cleaning_telestrat
Bob Andrews
2022-05-04 02:34:58 +02:00
0fc1fb4a36
Merge pull request #1740 from WayneParham/master
Bob Andrews
2022-05-02 18:58:22 +02:00
f34bd59660
Added myself as an external contributor for the Sym-1 target
Wayne Parham
2022-05-02 11:44:47 -05:00
20dd6fd872
change GetProgPath() to return full & resolved binary path
rofl0r
2022-05-02 08:22:21 +00:00
74f92564c3
Try reading from /proc/self first on linux, this is needed to make the edgy "make avail" work
Bob Andrews
2022-04-30 15:01:58 +02:00
a5e69e7ea6
Upgraded the cx16 library to the Commander X16 Kernal ROM's prerelease 39.
Greg King
2022-04-02 09:39:35 -04:00
d78672a4b4
rename AddSubSearchPathFromWinBin to AddSubSearchPathFromBin
rofl0r
2022-04-27 21:11:01 +00:00
b32c12dd83
implement AddSubSearchPathFromWinBin() counterpart for unix
rofl0r
2022-04-27 17:33:41 +00:00
75ee10478e
Update Contributing.md
Bob Andrews
2022-04-28 15:14:34 +02:00
8669710c0f
build: allow empty prefix
rofl0r
2022-04-27 16:17:04 +00:00
ba5859f724
Update README.md
Bob Andrews
2022-04-27 14:25:46 +02:00
e5b08baf56
Merge pull request #1724 from mrdudz/constexpr
Bob Andrews
2022-04-27 11:47:41 +02:00
f7a5f6ed73
test some more cases that should not change size
mrdudz
2022-04-26 17:08:19 +02:00
a3ae28a81c
added a test that must fail
mrdudz
2022-04-26 17:07:57 +02:00
7c7c5af59f
Merge remote-tracking branch 'upstream/master' into constexpr
mrdudz
2022-04-26 16:43:10 +02:00
01f151c3ab
Merge pull request #1734 from jedeoric/fix_kbhit
Bob Andrews
2022-04-26 16:33:18 +02:00
4bfd57153f
fix bss
jede
2022-04-26 14:14:27 +02:00
c34d6f0ea0
Merge pull request #1731 from rofl0r/paths_as_strings
Bob Andrews
2022-04-26 12:26:12 +02:00
4474ed2668
fix space
jede
2022-04-26 11:10:07 +02:00
1281032f33
FIX space
jede
2022-04-26 10:23:38 +02:00
e9597e8721
cgetc export data now
jede
2022-04-26 00:40:16 +02:00
13081e0989
remove orphaned STRINGIZE macro
rofl0r
2022-04-25 17:12:09 +00:00
bf1ef6157c
build: properly quote strings passed as cpp macros
rofl0r
2022-04-25 16:52:46 +00:00
95b22298ab
Merge pull request #1730 from rofl0r/verbose_build
Bob Andrews
2022-04-25 17:25:40 +02:00
d8482fbd57
build: allow the user to specify make V=1 for verbose build
rofl0r
2022-04-25 14:58:38 +00:00
f9ba3b734c
Merge pull request #1715 from karrika/atari7800conio
Bob Andrews
2022-04-24 17:27:12 +02:00
8f40243315
fix spaces
jede
2022-04-24 15:15:10 +02:00
8c26b837ef
fix typo
jede
2022-04-24 00:41:12 +02:00
c48df98145
missing fd_management and cleaning
jede
2022-04-24 00:39:04 +02:00
f4260ed7bc
Speed up the cursor a bit
Karri Kaksonen
2022-04-22 06:51:35 +03:00
c6decc7bb8
Move cursor IRQ processing to when the screen is being drawn
Karri Kaksonen
2022-04-21 21:54:33 +03:00
23831f08de
const value should never have default size, use 32bit instead
mrdudz
2022-04-21 14:50:48 +02:00
fd02cbed9d
fix workdir path
mrdudz
2022-04-20 14:54:44 +02:00
99919d2899
added a testprogram to check for some of the edge cases
mrdudz
2022-04-20 14:50:42 +02:00
643e88f9cb
Merge branch 'cc65:master' into atari7800conio
Karri Kaksonen
2022-04-20 15:31:00 +03:00
451acb3423
Update Contributing.md
Bob Andrews
2022-04-20 14:28:34 +02:00
a0280d4917
Also handle the case when the non constant side of the AND expression is known to have a smaller size than the constant side of the expression.
mrdudz
2022-04-20 12:53:34 +02:00
3ad83f2191
typo
polluks2
2022-04-20 12:49:30 +02:00
f64bf76ae8
special case for evaluating the AND operator, this should fix the problems described in issue #1538
mrdudz
2022-04-20 00:13:34 +02:00
8d0098b818
more descriptive error message
mrdudz
2022-04-20 00:12:03 +02:00
89fcb0d404
typo
mrdudz
2022-04-20 00:11:24 +02:00
c0f23d24ad
Merge branch 'cc65:master' into atari7800conio
Karri Kaksonen
2022-04-19 22:07:54 +03:00
fc244f6b95
Too much time in irq fix
Karri Kaksonen
2022-04-19 21:31:16 +03:00
26787ba380
Fix race condition
Karri Kaksonen
2022-04-19 20:01:47 +03:00
e2ad9efe41
Merge remote-tracking branch 'upstream/master'
mrdudz
2022-04-19 14:49:51 +02:00
f44af28a31
Merge branch 'atari7800conio' of github.com:karrika/cc65 into atari7800conio
Karri Kaksonen
2022-04-19 10:34:21 +03:00
eed8cec726
Add documentation
Karri Kaksonen
2022-04-19 10:33:58 +03:00
890a181ae5
Add color setup
Karri Kaksonen
2022-04-19 10:32:22 +03:00
6a9eeeb5b0
Rename font
Karri Kaksonen
2022-04-19 10:31:51 +03:00
6ea1f8ee85
Made the style-check scripts send their file lists to stderr.
Greg King
2022-04-18 19:25:48 -04:00
787d5c57ad
Merge branch 'cc65:master' into atari7800conio
Karri Kaksonen
2022-04-18 20:22:15 +03:00
47366cbbf6
use jmp instead of jsr/rts
Bob Andrews
2022-04-18 17:49:12 +02:00
ece6f10588
remove dangling spaces
mrdudz
2022-04-18 17:43:56 +02:00
6671a92a8e
Not sharing umula0 and fix cursor bug
Karri Kaksonen
2022-04-18 13:49:29 +03:00
6a6aa094fa
Merge branch 'cc65:master' into atari7800conio
Karri Kaksonen
2022-04-18 12:40:18 +03:00
33f12acbc9
Fix typo
Karri Kaksonen
2022-04-18 12:26:21 +03:00
20ce50e8db
Use consisten line lenght values
Karri Kaksonen
2022-04-18 12:21:12 +03:00
53337f8171
Fix wrong screen in
Karri Kaksonen
2022-04-18 12:12:30 +03:00
b195c10a4c
Fix tabs
Karri Kaksonen
2022-04-18 12:09:19 +03:00
dbd39c63a9
Fix tabs
Karri Kaksonen
2022-04-18 12:05:36 +03:00
45c4f7d46f
Add mono conio files
Karri Kaksonen
2022-04-18 11:59:54 +03:00
4fc1270110
Add mono conio files
Karri Kaksonen
2022-04-18 11:59:06 +03:00
35153a6dca
Merge pull request #1677 from acqn/LongBitField
Bob Andrews
2022-04-18 10:01:18 +02:00
2cdccd5e8a
Oops, forgot to check macros.
Greg King
2022-04-17 19:06:35 -04:00
5839298203
Remove work directory paths _before_ checking for style errors.
Greg King
2022-04-17 16:10:28 -04:00
a4e1cf9a0a
Moved a constant expression out of a loop.
Greg King
2022-04-17 15:08:42 -04:00
86ca11222a
Fixed and tightenned the find commands' expressions.
Greg King
2022-04-17 14:47:19 -04:00
b2319f3578
Made all of the Makefile's rules be phony.
Greg King
2022-04-17 14:45:33 -04:00
9fecf0b2cc
Add info
Karri Kaksonen
2022-04-16 21:54:52 +03:00
1486886e13
Add info
Karri Kaksonen
2022-04-16 21:48:57 +03:00
1585a0532a
Add x=0 to textcolor
Karri Kaksonen
2022-04-16 21:32:22 +03:00
702045cce1
Fix tabs
Karri Kaksonen
2022-04-16 21:22:44 +03:00
ecd1040e07
Remove obsolete file and fix tabs
Karri Kaksonen
2022-04-16 21:21:35 +03:00
ce4d1e0e54
Remove obsolete file and fix tabs
Karri Kaksonen
2022-04-16 21:21:27 +03:00