1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00
Commit Graph

1392 Commits

Author SHA1 Message Date
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
Karol Stasiak
8331d6a575 Bump Scala version 2020-08-01 23:07:40 +02:00
Karol Stasiak
c20b144823 CoCo: add coco_crt target 2020-08-01 22:20:52 +02:00
Karol Stasiak
a9aac4fca3 Allow omitting the .exe for the -r parameter 2020-08-01 22:20:11 +02:00
Karol Stasiak
ea04b1f6c0 Fix init_rw_memory 2020-08-01 22:19:51 +02:00
Karol Stasiak
c1224f0795 Formatting (#53) 2020-08-01 00:36:57 +02:00
Karol Stasiak
925cc29172 Let the test suite compile on targets incompatible with encconv 2020-07-31 18:43:50 +02:00
Karol Stasiak
d1c0ad6b22 Better type error reporting 2020-07-31 17:50:10 +02:00
Karol Stasiak
89ff89bc48 Some more defensive programming 2020-07-31 17:11:30 +02:00
Karol Stasiak
87d9884597 Update CHANGELOG 2020-07-31 17:09:34 +02:00
Karol Stasiak
cf707cc31f Protect against confusable non-ASCII characters 2020-07-31 17:08:44 +02:00
Karol Stasiak
7c4fb50808 Hardcode some more typo hints for things from other programming languages 2020-07-31 17:07:25 +02:00
Karol Stasiak
2382f95b5c Don't repeat warnings about identical replaced characters in the lenient mode 2020-07-31 16:08:29 +02:00
Karol Stasiak
4e1958d831 CoCo: Examples and tests 2020-07-31 16:07:49 +02:00
Karol Stasiak
d77ecba518 CoCo: encconv support 2020-07-31 16:07:10 +02:00
Karol Stasiak
2c9a3f7cbd Add ENCODING_NOLOWER 2020-07-31 13:31:07 +02:00
Karol Stasiak
2905e99521 Support local labels in macros for all instructions 2020-07-31 13:29:48 +02:00
Karol Stasiak
03a57138f0 CoCo: Improvements 2020-07-31 13:29:13 +02:00
Karol Stasiak
72dcf2342e 6809: Fix nibble-to-hex routines 2020-07-31 13:27:17 +02:00
Karol Stasiak
bce48e8e4a Support BAT files for the -r options 2020-07-31 13:26:44 +02:00
Karol Stasiak
ed55e2f081 6809: Allow explicit absolute addressing mode 2020-07-31 13:26:08 +02:00
Karol Stasiak
33d67ec932 6809: Correctly assemble STS and STY 2020-07-31 13:25:42 +02:00
Karol Stasiak
cad6f27185 Preliminary CoCo support 2020-07-31 01:58:40 +02:00
Karol Stasiak
8ec82ef520 6809: Document direct addressing mode 2020-07-31 01:57:10 +02:00
Karol Stasiak
f0b083abea 6809: Improve parameter passing for assembly subroutines 2020-07-31 01:56:03 +02:00
Karol Stasiak
d7f2b0688f Improved error reporting for constants used before definition 2020-07-31 01:53:58 +02:00
Karol Stasiak
0b7183daf2
Fix attribution 2020-07-25 22:19:13 +02:00
Karol Stasiak
42426808f5 Update CHANGELOG 2020-07-24 22:27:54 +02:00
Karol Stasiak
2ee2de62cd Don't optimize accesses to arrays of size 0 and 1 – assume that overruns are deliberate. 2020-07-24 22:25:21 +02:00
Karol Stasiak
9a67ac553d Fix and improve stdlib optimizations 2020-07-24 22:18:25 +02:00
Karol Stasiak
ff03b50668 Update documentation 2020-07-24 20:09:47 +02:00
Karol Stasiak
778fc41187
Merge pull request #52 from nippur72/patch-1
fix vic20 volume register address
2020-07-24 19:18:50 +02:00
Karol Stasiak
84483830ce Update changelog 2020-07-24 19:13:57 +02:00
Karol Stasiak
c6c021cf85 Add guides to documentation 2020-07-24 19:13:46 +02:00