This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-02-16 01:33:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
test
/
val
History
Greg King
e050655757
Added a cc65 regression test for pointer and offset addition operations.
2016-01-01 11:39:55 -05:00
..
add1.c
…
add2.c
…
add3.c
…
add3a.c
…
add4.c
…
add5.c
Added a cc65 regression test for pointer and offset addition operations.
2016-01-01 11:39:55 -05:00
and1.c
…
and2.c
…
atoi-test.c
…
bool1.c
…
bool3.c
…
call1.c
…
casttochar.c
…
cc65091020.c
…
cc65141002.c
…
cc65141022.c
…
cc65150311.c
…
common.h
…
compare1.c
…
compare2.c
…
compare3.c
…
compare4.c
…
compare5.c
…
compare6.c
…
compare7.c
…
compare8.c
…
compare9.c
…
compare10.c
…
cq4.c
…
cq9.c
…
cq22.c
…
cq25.c
…
cq26.c
…
cq61.c
…
cq71.c
…
cq72.c
…
cq81.c
…
cq84.c
…
cq85.c
…
cq86.c
…
cq88.c
…
cq241.c
…
cq243.c
…
cq244.c
…
cq626.c
…
cq714.c
…
cq714b.c
…
cq715.c
…
cq757.c
…
cq7813.c
…
for.c
…
Makefile
…
mult1.c
…
nestfor.c
…
or1.c
…
pointed-array.c
…
pointer1.c
…
ptrfunc.c
…
rotate1.c
…
rotate2.c
…
rotate3.c
…
rotate4.c
…
rotate5.c
…
rotate6.c
…
rotate7.c
…
rotate8.c
Added a regression test program for the changes in the right-shift optimizer.
2015-12-14 11:46:30 -05:00
static-1.c
Added regression tests of diagnostics for conflicts between extern/public and static declarations.
2015-08-13 03:39:35 -04:00
strtol-test.c
…
strtoul-test.c
…
struct1.c
…
sub1.c
…
sub2.c
…
switch1.c
…
while.c
…
xor.c
…