Karol Stasiak
|
e3d5ce4e81
|
Fix const functions of the form if c {return x} return y
|
2020-03-25 23:51:04 +01:00 |
|
Karol Stasiak
|
475496c137
|
Improvements to constant evaluation
|
2020-03-25 23:50:06 +01:00 |
|
Karol Stasiak
|
2a566af3da
|
Update changelog
|
2020-03-19 23:53:49 +01:00 |
|
Karol Stasiak
|
d478f3504f
|
Const-pure functions
|
2020-03-19 23:53:16 +01:00 |
|
Karol Stasiak
|
5acf92d4e8
|
Fix test
|
2020-03-19 21:25:08 +01:00 |
|
Karol Stasiak
|
769f31717d
|
6502: Detect pointer variables that have to be in the zeropage more accurately
|
2020-03-19 20:00:28 +01:00 |
|
Karol Stasiak
|
85030d3147
|
Added constant-only functions min, max, if. Improved handling of constant-only functions.
|
2020-03-19 19:43:24 +01:00 |
|
Karol Stasiak
|
9cd1e47a37
|
6502: Fix optimization bug
|
2020-03-19 18:58:49 +01:00 |
|
Karol Stasiak
|
17e660a2f6
|
Report lines with invalid short branches
|
2020-03-17 21:46:43 +01:00 |
|
Karol Stasiak
|
2eb8ef53ca
|
Put almost all warnings behind internal flags
|
2020-03-17 21:08:43 +01:00 |
|
Karol Stasiak
|
7939b0f2c1
|
Optimize commutative in-place modifications using arrays and pointers
|
2020-03-17 12:20:55 +01:00 |
|
Karol Stasiak
|
128dabba3f
|
Reorganize optimizations a bit
|
2020-03-17 12:20:16 +01:00 |
|
Karol Stasiak
|
a527eea0fc
|
Add more binary operators for constants in assembly
|
2020-03-17 02:03:44 +01:00 |
|
Karol Stasiak
|
748aa0cf19
|
Assembly statements should track their source location
|
2020-03-17 01:59:40 +01:00 |
|
Karol Stasiak
|
46a523a763
|
Fix warnings in the c1531 module
|
2020-03-17 01:59:02 +01:00 |
|
Karol Stasiak
|
ec8f2e6a1c
|
Add warnings for calling from one segment to another overlapping one (#42) and -Wnone flag
|
2020-03-16 00:03:01 +01:00 |
|
Karol Stasiak
|
83b85ef0fc
|
Support breakpoints in the label file (#44)
|
2020-03-16 00:01:04 +01:00 |
|
Karol Stasiak
|
3cc9996531
|
update changelog
|
2020-03-15 01:17:45 +01:00 |
|
Karol Stasiak
|
f57ecc9800
|
Improve and optimize memset (see #47)
|
2020-03-15 01:06:09 +01:00 |
|
Karol Stasiak
|
9f128d3c35
|
Remove debugging code
|
2020-03-15 01:04:21 +01:00 |
|
Karol Stasiak
|
24870ae62e
|
Detect obviously overflowing constants
|
2020-03-15 01:01:08 +01:00 |
|
Karol Stasiak
|
ab597e2dbe
|
Fix typo
|
2020-02-27 02:11:38 +01:00 |
|
Karol Stasiak
|
21ffbfc466
|
Extra optimization pass over non-inlined functions (implements #43)
|
2020-02-27 01:33:34 +01:00 |
|
Karol Stasiak
|
6e65cd1902
|
Better error messages when failing to parse array definitions (fixes #45)
|
2020-02-12 01:07:14 +01:00 |
|
Karol Stasiak
|
259d871786
|
Improve syntax error reporting in tests
|
2020-02-12 01:06:31 +01:00 |
|
Karol Stasiak
|
5380eb39c7
|
Update changelog
|
2020-02-11 01:11:15 +01:00 |
|
Karol Stasiak
|
63d4bf2317
|
6502 Fix an optimization bug with the carry flag (fixes #46)
|
2020-02-11 01:10:49 +01:00 |
|
Karol Stasiak
|
fb1ad18868
|
#45 Link to older versions of examples
|
2020-02-08 22:38:06 +01:00 |
|
Karol Stasiak
|
8b6e89f9a4
|
Various improvements for macros (fixes #39 and pertains to #40)
|
2020-02-02 23:25:06 +01:00 |
|
Karol Stasiak
|
5cb4717de6
|
Fix fatal typos in #34
|
2020-02-02 22:39:01 +01:00 |
|
Karol Stasiak
|
b41c76c10e
|
Fix typo
|
2020-01-29 14:27:13 +01:00 |
|
Karol Stasiak
|
de4c261987
|
Improve testless build instructions (see #36)
|
2020-01-28 16:26:53 +01:00 |
|
Karol Stasiak
|
08acfed907
|
Merge pull request #36 from agg23/no-test-without-delete
Improved build without test instructions; no file deletion necessary
|
2020-01-28 16:25:34 +01:00 |
|
Karol Stasiak
|
5c40d581c0
|
6502: Fix optimization bug (fixes #41) and add more optimizations involving ARR
|
2020-01-24 02:19:04 +01:00 |
|
Karol Stasiak
|
d6fd1e8b77
|
6809: Improve booleans
|
2020-01-24 02:16:19 +01:00 |
|
Karol Stasiak
|
f247516187
|
6502: Fix fatal failure when considering undocumented optimizations (fixes #38)
|
2020-01-18 22:06:50 +01:00 |
|
Karol Stasiak
|
6774c283ae
|
6502: Add KIL instruction (fixes #37)
|
2020-01-18 00:09:06 +01:00 |
|
Karol Stasiak
|
7672ba008d
|
6502: Add missing instructions SHX and LAS
|
2020-01-18 00:08:02 +01:00 |
|
Karol Stasiak
|
09359235c7
|
Add immediate addressing mode for short branches and BRK to support some ugly tricks
|
2020-01-18 00:07:26 +01:00 |
|
Karol Stasiak
|
b3fba658dd
|
Use zeropage indexed adressing when possible
|
2020-01-18 00:06:20 +01:00 |
|
Karol Stasiak
|
921a59bdad
|
More tests
|
2020-01-17 23:29:39 +01:00 |
|
Karol Stasiak
|
63866fffe3
|
Document limitations of operators (closes #24)
|
2020-01-12 20:53:11 +01:00 |
|
Adam Gastineau
|
ee425a0325
|
Improved test instructions; no file deletion
|
2020-01-12 09:54:37 -08:00 |
|
Karol Stasiak
|
49bf0d2777
|
6502: Correctly inlie variables that happen to be returned (fixes #32)
|
2020-01-11 22:20:02 +01:00 |
|
Karol Stasiak
|
298e94e3bc
|
Merge pull request #34 from bsutherland/patch-2
Add voice 3 oscillator and ADSR output registers.
|
2020-01-10 18:40:19 +01:00 |
|
Karol Stasiak
|
6f68d9e668
|
Merge pull request #33 from bsutherland/patch-3
Fix cia_disable_irq macro.
|
2020-01-10 18:39:59 +01:00 |
|
Karol Stasiak
|
0333b339ca
|
Allow omitting length in file array initalizers (fixes #35)
|
2020-01-10 18:37:49 +01:00 |
|
Karol Stasiak
|
17e02b9b13
|
Don't commit reproduction attempts
|
2020-01-10 18:37:01 +01:00 |
|
Bruce Sutherland
|
d49e5cf022
|
Fix cia_disable_irq macro.
I'm fairly sure this is the correct sequence of instructions to disable irq - tested in my own project. The original macro didn't work for me.
|
2020-01-05 10:53:51 +08:00 |
|
Bruce Sutherland
|
3dab3aad6b
|
Add voice 3 oscillator and ADSR output registers.
|
2020-01-05 10:41:37 +08:00 |
|