1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
Commit Graph

132 Commits

Author SHA1 Message Date
Karol Stasiak
54c7a6b511 Update changelog 2019-10-22 02:14:14 +02:00
Karol Stasiak
3d3089ee93 Update changelog 2019-10-01 00:52:21 +02:00
Karol Stasiak
cfa99c8194 Update changelog 2019-09-25 01:20:12 +02:00
Karol Stasiak
77a4324a12 Switch to snapshot versioning and Scala 2.12.10 2019-09-24 00:10:54 +02:00
Karol Stasiak
d08d81724b Version 0.3.8 2019-09-21 23:05:13 +02:00
Karol Stasiak
bf6f0609a1 CHange semantics of reset_joy to make more sense 2019-09-21 00:57:16 +02:00
Karol Stasiak
680e94c3b7 Add zx80, zx81 and iso15 encodings 2019-09-20 19:41:53 +02:00
Karol Stasiak
d38405f467 Fix signed constants and word-sbyte subtraction 2019-09-20 18:33:41 +02:00
Karol Stasiak
1347be51ae Document Lynx 2019-09-20 01:44:18 +02:00
Karol Stasiak
594d761294 Update changelog 2019-09-18 01:04:31 +02:00
Karol Stasiak
457472080f 6502: Improve inlining of functions with lots of parameters. 2019-09-16 21:32:57 +02:00
Karol Stasiak
fa7844e0b8 6502: Optimize ROL/ROR before AND 2019-09-16 21:31:53 +02:00
Karol Stasiak
635870585e Add unsigned 16-bit division 2019-09-15 19:47:19 +02:00
Karol Stasiak
a4f91eda03 6502: Fix arithmetic promotion bugs for function return values 2019-09-14 16:01:02 +02:00
Karol Stasiak
1d445ecdd1 Support sizeof on arrays. Preliminary Commander X16 support. 2019-09-14 03:37:24 +02:00
Karol Stasiak
6c4dc81c1b Add the -R option 2019-09-14 02:40:03 +02:00
Karol Stasiak
3ce2249399 Add 16-bit multiplication 2019-09-04 21:17:06 +02:00
Karol Stasiak
e449b67a4a Added encconv module. 2019-09-04 01:14:14 +02:00
Karol Stasiak
b3ca130299 Update documentation and CHANGELOG 2019-08-16 18:00:04 +02:00
Karol Stasiak
960d16fa18 Add nullchar constant, NULLCHAR feature, and vectrex encoding 2019-08-16 00:46:11 +02:00
Karol Stasiak
263647c59c Switch to snapshot versioning 2019-08-16 00:42:11 +02:00
Karol Stasiak
6c623e1935 Version 0.3.6 2019-08-05 22:26:27 +02:00
Karol Stasiak
98553d56c0 Don't remove some important type casts 2019-08-04 17:16:01 +02:00
Karol Stasiak
127cd1b901 6502: Fix word multiplication by 0 2019-08-04 13:42:00 +02:00
Karol Stasiak
1a87929ad3 Fix TCO 2019-08-04 13:40:49 +02:00
Karol Stasiak
dfda9f9283 8080: Fix optimizations near ifs 2019-08-04 12:37:54 +02:00
Karol Stasiak
34254314a6 6502: Fix word division and byte multiplication 2019-08-04 00:05:35 +02:00
Karol Stasiak
851bd717ef Update changelog 2019-08-03 20:46:43 +02:00
Karol Stasiak
05c017e375 New encodings for MSX 2019-07-31 00:20:18 +02:00
Karol Stasiak
4b98f334fc Update CHANGELOG 2019-07-30 22:51:33 +02:00
Karol Stasiak
5fb6efbd61 Change PETSCII encoding to match CC65 and readkey 2019-07-29 02:07:30 +02:00
Karol Stasiak
35ba36ce11 Function pointers – initial version 2019-07-27 00:58:10 +02:00
Karol Stasiak
3aac33b54f Add the bool type. Few boolean-related bugfixes. 2019-07-26 19:02:32 +02:00
Karol Stasiak
adc93aeb74 Z80: Fix optimizations near stack variables 2019-07-26 14:15:35 +02:00
Karol Stasiak
a25f6ca3f6 6502: Fix optimizations involving the zeropage pseudoregister 2019-07-23 23:16:37 +02:00
Karol Stasiak
20f4baf2b2 Allow setting segments for multiple declarations at once 2019-07-17 20:51:34 +02:00
Karol Stasiak
f3dcfc78ba Dijkstra wept 2019-07-15 02:06:23 +02:00
Karol Stasiak
6d499f3623 Arrays with elements larger than one byte 2019-07-10 16:51:12 +02:00
Karol Stasiak
65338555ad Update changelog 2019-07-09 22:40:26 +02:00
Karol Stasiak
6661e2781b Update changelog 2019-07-08 19:24:27 +02:00
Karol Stasiak
32bb0d4453 Switch to snapshot versioning 2019-07-01 01:24:55 +02:00
Karol Stasiak
34b9075573 Version 0.3.4 2019-07-01 00:33:28 +02:00
Karol Stasiak
b0df56c8c0 Add more compatibility warnings to documentation 2019-06-28 17:53:00 +02:00
Karol Stasiak
6deee5f69b Update changelog 2019-06-28 16:43:50 +02:00
Karol Stasiak
51599c9615 Allow defining free zeropage bytes instead of pointers 2019-06-26 18:33:59 +02:00
Karol Stasiak
c580ba33ea Fix nested #ifs 2019-06-26 18:31:45 +02:00
Karol Stasiak
32476f2a4e Move readkey to a separate module 2019-06-26 15:51:09 +02:00
Karol Stasiak
c9a65d5971 Added #define directive 2019-06-26 13:43:15 +02:00
Karol Stasiak
b85e175292 Use CBM_64_COMPAT for Commodore 128 2019-06-26 13:41:57 +02:00
Karol Stasiak
03f2bacd2b Add readkey and fix putchar for more targets. 2019-06-26 13:00:55 +02:00