1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-04 16:29:52 +00:00
Commit Graph

1175 Commits

Author SHA1 Message Date
zbyti
19d9e36fa5 A8 more examples 2020-09-19 01:34:29 +02:00
zbyti
81bf24b355 A8 System Off refactor 2020-09-17 12:18:00 +02:00
zbyti
0010358d08 A8 Chessboard drawing benchmark in GR.0 2020-09-17 11:13:28 +02:00
zbyti
8e550669c1 A8 system off example typo 2020-09-16 17:09:24 +02:00
zbyti
aaaae08c03 A8 system off example typo 2020-09-16 13:44:09 +02:00
zbyti
9ee9712554 A8 system off example typo 2020-09-16 12:50:31 +02:00
zbyti
4758dba89e A8 system off example minor refactor 2020-09-16 12:15:46 +02:00
zbyti
e8a50dc610 A8 system off example and some minor refactor 2020-09-16 12:04:39 +02:00
zbyti
88e74906b6 a8 examples refactor 2020-09-15 22:29:18 +02:00
Karol Stasiak
bed44cd08e Version 0.3.22 2020-09-15 17:16:47 +02:00
Karol Stasiak
0806e719ce Update CHANGELOG 2020-09-15 17:14:20 +02:00
Karol Stasiak
ca5fe5cdb0 6809: various optimizations 2020-09-15 17:08:38 +02:00
Karol Stasiak
947a84833a Make some command line options repeatable 2020-09-15 17:08:22 +02:00
Karol Stasiak
e8b1e9e391
Merge pull request #65 from zbyti/master
Details (A8 platform) for new release
2020-09-11 23:50:17 +02:00
zbyti
adf84c084d more info about a8 example 2020-09-09 02:47:07 +02:00
zbyti
a635449829 new a8 memory mapping helpers 2020-09-09 01:52:11 +02:00
Karol Stasiak
fc0171d5aa Update CHANGELOG 2020-09-09 01:49:00 +02:00
Karol Stasiak
40510dc436
Merge pull request #63 from zbyti/master
new memory mapping helpers
2020-09-09 01:47:05 +02:00
Karol Stasiak
615a0d7dc1 Interrupt functions in assembly should not have prologue (fixes #62) 2020-09-09 01:46:34 +02:00
Karol Stasiak
75c8ac19e1 Fix warning messages 2020-09-09 01:45:53 +02:00
Karol Stasiak
ae311f28ea Document new Atari examples 2020-09-09 01:45:39 +02:00
zbyti
3bbab4a126 new memory mapping helpers 2020-09-09 00:57:12 +02:00
Karol Stasiak
b7cb124706
Merge pull request #60 from zbyti/master
Simple Atari 800XL Memory Map
2020-09-08 23:46:21 +02:00
zbyti
866a9ee9d0 refactor 2020-09-08 00:17:10 +02:00
zbyti
e0b2d28a7d refactor 2020-09-08 00:08:43 +02:00
zbyti
f5fb1a6911 refactor 2020-09-07 23:56:50 +02:00
zbyti
19de4085d7 dli example 2020-09-07 01:29:53 +02:00
zbyti
06e5da4e66 endless scroll with random letters 2020-09-06 22:53:59 +02:00
zbyti
c31a2ee388 Simple Atari 800XL Memory Map 2020-09-05 11:58:02 +02:00
zbyti
4849069d39 Simple Atari 800XL Memory Map 2020-09-05 11:48:49 +02:00
zbyti
9a0176333b Simple Atari 800XL Memory Map 2020-09-05 11:47:24 +02:00
zbyti
6b0effaae6 Simple Atari 800XL Memory Map 2020-09-05 11:43:18 +02:00
zbyti
3582925cb1 Simple Atari 800XL Memory Map 2020-09-05 11:37:04 +02:00
Karol Stasiak
c12541c64d Fix the a8_os module (fixing #58) 2020-09-04 01:18:37 +02:00
Karol Stasiak
5e46e8ade9 Fix alignment of substructures 2020-09-02 00:44:24 +02:00
Karol Stasiak
3ded652a90 Add encodings: BraSCII, DEC MCS, LICS, MacRoman 2020-09-01 22:22:28 +02:00
Karol Stasiak
e09db3d132 Local labels in assembly 2020-09-01 22:00:07 +02:00
Karol Stasiak
539c27f13e Update CHANGELOG 2020-08-14 22:34:34 +02:00
Karol Stasiak
57776f7f93 8080: Optimization improvements 2020-08-14 22:29:19 +02:00
Karol Stasiak
7427231c3d Fix constant simplification 2020-08-14 22:29:06 +02:00
Karol Stasiak
b9cd18c3c8 Improve error message for multiple operators at the same priority 2020-08-14 22:28:50 +02:00
Karol Stasiak
49816d18fe Fix volatile 2020-08-14 22:28:31 +02:00
Karol Stasiak
70256e9d46 Fix evaluation of boolean expressions on all targets (#56) 2020-08-14 22:27:23 +02:00
Karol Stasiak
fccbf7df7d Add dollar syntax for decimal operators, disallow identifiers ending in a dollar sign. 2020-08-14 02:22:13 +02:00
Karol Stasiak
0913c5037c Typecheck division of large constants 2020-08-14 01:27:13 +02:00
Karol Stasiak
b5c51e48be Rename zx80next to z80next, document the typo (fixes #55) 2020-08-13 16:53:38 +02:00
Karol Stasiak
708fdab593
Merge pull request #54 from Kobrasadetin/patch-1
fix the value of vera_dc_hscale_hstop
2020-08-13 16:44:04 +02:00
Karol Stasiak
398d9b9c4e Switch to snapshot versioning 2020-08-13 16:43:34 +02:00
Mikko Karjanmaa
29018729f5
fix the value of vera_dc_hscale_hstop 2020-08-11 18:59:54 +03:00
Karol Stasiak
c8c1657521 Version 0.3.18 and undo Scala version bump 2020-08-02 00:31:32 +02:00