Karol Stasiak
3b3ee1bc55
Version 0.3.30
2021-12-15 16:01:46 +01:00
Karol Stasiak
fb30075ea5
Update CHANGELOG
2021-12-15 15:54:00 +01:00
Karol Stasiak
b5084cd180
More tests
2021-12-15 15:53:49 +01:00
Karol Stasiak
b1a2be5574
6809: Fix constant condition compilation
2021-11-22 01:58:09 +01:00
Karol Stasiak
a260d0a806
CBM BASIC loader should use the actual address of main ( fixes #111 )
2021-11-12 02:45:53 +01:00
Karol Stasiak
38ad919ed9
Show the positions of unevaluated constants
2021-11-12 02:44:58 +01:00
Karol Stasiak
34ef8b8de9
Better evaluation of the if function in constants
2021-11-12 02:44:20 +01:00
Karol Stasiak
f676e74e38
Macro improvements:
...
– allow local constants in macros
– allow untyped macro parameters with void
– treat the name of a function as a pointer to it
– add this.function local alias (#118 )
2021-11-12 02:10:07 +01:00
Karol Stasiak
c9313e5dbe
Add support for ld65 label file format ( #128 )
2021-11-12 00:47:12 +01:00
Karol Stasiak
73a223b9b6
Add support for Mesen label file format by tracking file-relative positions of segments ( #128 )
2021-11-03 21:48:45 +01:00
Karol Stasiak
b168818bab
Report every hole in the output 4 bytes or larger; count total free bytes in the entire bank
2021-09-21 00:43:29 +02:00
Karol Stasiak
effa723863
Never commit .labels files again
2021-09-21 00:21:21 +02:00
Karol Stasiak
b2ab3dbeab
Clean accidentally commited labels file
2021-09-21 00:20:54 +02:00
Karol Stasiak
c9ef5e636b
Add raw label file format
2021-09-21 00:09:59 +02:00
Karol Stasiak
fc2f0782c5
Update Notepad++ syntax
2021-09-20 00:56:04 +02:00
Karol Stasiak
f0e22f02a6
Merge pull request #126 from mookiexl/master
...
Update x16_experimental.ini
2021-09-18 14:23:02 +02:00
Karol Stasiak
b2291d1cb2
Merge pull request #122 from retrac0/master
...
gb library code updates to current syntax
2021-09-18 13:21:15 +02:00
Karol Stasiak
166acf2b18
R800 support
2021-09-18 00:36:16 +02:00
Karol Stasiak
7530b382a8
Fix array fields in certain contexts
2021-09-17 22:19:39 +02:00
Karol Stasiak
b66435d06b
Fix EasyFlash switch_hirom ( fixes #121 )
2021-09-13 15:10:11 +02:00
Karol Stasiak
0c8951d015
Fix unused variable elimination in for-array statements ( fixes #125 )
2021-09-13 09:27:34 +02:00
Karol Stasiak
84dde8589c
Allow spaces after the array keyword ( fixes #120 )
2021-09-13 09:26:54 +02:00
Karol Stasiak
3b0aa9a425
Fixes for flag boolean types ( fixes #123 )
2021-09-13 09:26:27 +02:00
mookiexl
1b8de990a5
Update x16_experimental.ini
2021-08-19 14:37:20 +02:00
mookiexl
b060fc599b
Update x16_experimental.ini
...
$00-$01 are used for bank switching.
Unintentional write to those will crash the machine.
2021-08-16 16:06:28 +02:00
Karol Stasiak
90e5360bfd
Related to #119 :
...
– Detection of simple byte overflow cases.
– Optimization of 8×8→16 multiplication on 6809.
– Multiplication optimizations on Z80.
2021-08-06 21:01:03 +02:00
Joel Heikkila
bbf430a1c7
update gb lib code to current syntax for example/
2021-07-11 18:15:39 -04:00
Karol Stasiak
7f6a0c6b0d
Fix documentation of .loword and .hiword
2021-06-29 02:39:23 +02:00
Karol Stasiak
7f0def54bc
Improvements for 65CE02 assembly ( fixes #116 )
2021-06-29 02:29:30 +02:00
Karol Stasiak
faf97cee1f
Don't call valid control characters invalid
2021-06-29 02:29:12 +02:00
Karol Stasiak
da862069a7
Fix for volatile fields
2021-06-29 02:28:32 +02:00
Karol Stasiak
431a25d325
Internal support for pointers to volatile objects; add volatile fields ( closes #112 )
2021-06-21 14:20:24 +02:00
Karol Stasiak
73beafd65e
Support for expressions in file() ( fixes #114 )
2021-06-21 14:18:17 +02:00
Karol Stasiak
307ad90ecf
6809: Improve flow analysis and add few more optimizations
2021-06-21 14:15:40 +02:00
Karol Stasiak
2e592a2331
Correct address for sid_v1_sr (fixing #115 )
2021-06-21 14:12:33 +02:00
Karol Stasiak
91c9b42f3d
Switch to snapshot versioning
2021-06-21 14:11:56 +02:00
Karol Stasiak
144da70594
Version 0.3.28
2021-05-24 00:17:51 +02:00
Karol Stasiak
4f6eefab79
Officially deprecate old decimal operators
2021-05-23 22:31:11 +02:00
Karol Stasiak
ca35367974
Tease floating-point numbers
2021-05-16 23:32:33 +02:00
Karol Stasiak
2065c3b4ac
Fix 6809 under native-image
2021-05-16 23:32:18 +02:00
Karol Stasiak
9028d55a7e
Various optimization improvements and fixes, mostly for 6809
2021-05-16 23:31:52 +02:00
Karol Stasiak
21d4d3252f
Remove debugging statements
2021-05-16 00:40:12 +02:00
Karol Stasiak
45ad049a51
Update CHANGELOG
2021-05-08 00:46:37 +02:00
Karol Stasiak
0172e29bb2
Underscores in numeric literals. Fix parsing of Intel hex constants starting with 0B.
2021-05-08 00:42:06 +02:00
Karol Stasiak
ffb46c4250
Optimize some bitmask operations
2021-05-05 02:58:57 +02:00
Karol Stasiak
c51c08ad56
6809: Fix and improve optimizations
2021-05-05 02:58:28 +02:00
Karol Stasiak
fcdad413b0
#110 Add a warning for comparisons between bytes and pointers.
2021-05-05 00:59:54 +02:00
Karol Stasiak
63edce28c4
Update CHANGELOG
2021-04-24 01:21:03 +02:00
Karol Stasiak
1f318a2a0e
6502: Optimize sign extension
2021-04-24 01:18:34 +02:00
Karol Stasiak
1bcb6d5010
Fix sign extension when using pointers
2021-04-24 01:18:21 +02:00