This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
kickc
Watch
1
Star
0
Fork
0
You've already forked kickc
mirror of
https://gitlab.com/camelot/kickc.git
synced
2025-01-20 05:30:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
kickc
/
src
/
main
History
jespergravgaard
fe9a9005ed
Added test with both break & continue. Added SID-files to assembly.
2019-03-31 23:32:25 +02:00
..
assembly
Added test with both break & continue. Added SID-files to assembly.
2019-03-31 23:32:25 +02:00
doc
Added updated reference manual.
2019-03-20 08:05:49 +01:00
fragment
Removed all fragments using _derefidx_vbs.. - and replaced them with a synthesis rule.
2019-03-31 22:01:08 +02:00
java/dk/camelot64
/kickc
Added synth rule to detect missing C1 and move down the other Cs using mapC. This lowers the number of rules since rules rewriting C1 no longer need to avoid twoC or use mapC. A similar rule was added for missing C2s and mapC3.
2019-03-31 22:34:28 +02:00
kc
/stdlib
Added clobber handling to inline ASM. Added clobbers directive to specify what is clobbered. If inline ASM has a JSR and no clobbers directive all registers are assumed to be clobbered.
Closes
#5
2019-03-18 20:54:08 +01:00
script
…