1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Karol Stasiak 4e1958d831 CoCo: Examples and tests 2020-07-31 16:07:49 +02:00
Karol Stasiak 718245c56a Module templates 2020-06-03 23:13:17 +02:00
Karol Stasiak 4b5d290d6c X16: Updated to the newest hardware design 2020-05-01 15:19:25 +02:00
Karol Stasiak 5909c37166 Version 0.3.16 2020-04-08 12:10:02 +02:00
Karol Stasiak cd5e9decac Implement readkey and readline for Apple II 2020-04-08 11:11:25 +02:00
Karol Stasiak fac5a54376 Document that the rest suite also works on BBC Micro 2020-04-08 09:04:56 +02:00
Karol Stasiak 4c39d5e6af Update test suite descriptions 2020-04-06 17:55:22 +02:00
Karol Stasiak 49c916fea1 Improve the test suite 2020-04-06 13:27:39 +02:00
Karol Stasiak 320b84edb9 Add pstring module 2020-04-06 00:44:20 +02:00
Karol Stasiak 017019ef5a Create independent test suite 2020-04-06 00:00:48 +02:00
Karol Stasiak 80018a55b4 Allow different output formats for different segments 2020-03-31 19:01:29 +02:00
Karol Stasiak 353923d3bc Add readkeytest example 2020-03-31 18:58:19 +02:00
Karol Stasiak 21ffbfc466 Extra optimization pass over non-inlined functions (implements #43) 2020-02-27 01:33:34 +01:00
Karol Stasiak fb1ad18868 #45 Link to older versions of examples 2020-02-08 22:38:06 +01:00
Karol Stasiak 0333b339ca Allow omitting length in file array initalizers (fixes #35) 2020-01-10 18:37:49 +01:00
Karol Stasiak 490d80e5a4 Fix typos 2019-12-01 23:13:51 +01:00
Karol Stasiak 4a8be268cc Add new example 2019-11-04 02:31:04 +01:00
Freddy Offenga 185b5383d1 added a8_os module and test 2019-10-23 14:43:36 +02:00
Karol Stasiak 54c7a6b511 Update changelog 2019-10-22 02:14:14 +02:00
Freddy Offenga f3ecf733b6 added a8_hardware files 2019-10-21 22:27:50 +02:00
Antonio Montes 6d1c3d69cf Updated examples README 2019-09-27 14:44:58 -07:00
Antonio Montes b10c7321e5 Added new example nes program 2019-09-27 13:52:00 -07: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 b74974dbdd Various tweaks for Lynx 2019-09-20 01:43:58 +02:00
MonstersGoBoom 0988bfc75f clarified the input section 2019-09-20 01:10:55 +02:00
MonstersGoBoom e376ba5e2a atari lynx support with sprite sample 2019-09-20 01:10:55 +02:00
Karol Stasiak 08ef0beeb7 Commander X16 improvements 2019-09-16 22:55:08 +02:00
Karol Stasiak 1d445ecdd1 Support sizeof on arrays. Preliminary Commander X16 support. 2019-09-14 03:37:24 +02:00
Karol Stasiak 987b4a3b7f Improve examples 2019-08-07 20:03:36 +02:00
Karol Stasiak 7281ec5d2c Improve examples 2019-08-06 12:59:05 +02:00
Karol Stasiak 05c017e375 New encodings for MSX 2019-07-31 00:20:18 +02:00
Karol Stasiak d9f8b5acc4 Add support for Japanese C64 2019-07-30 15:30:18 +02:00
Karol Stasiak 8922beda00 Allow text literals in more positions 2019-07-27 01:38:06 +02:00
Karol Stasiak bb5c633172 Oops 2019-07-27 01:11:46 +02:00
Karol Stasiak 35ba36ce11 Function pointers – initial version 2019-07-27 00:58:10 +02:00
Karol Stasiak 52c5a10e6e Documentation overhaul 2019-07-15 13:52:05 +02:00
Karol Stasiak 156c1c0413 Port "life" example to C264 and A8 2019-07-12 13:30:50 +02:00
Karol Stasiak fe3b7ec5e0 New examples: fizzbuzz, life, fizzbuzz88 2019-07-08 19:26:48 +02:00
Karol Stasiak 7cd1324c4e Fix the rasterbar example 2019-06-28 21:45:28 +02:00
Karol Stasiak 39b07a8bae Fix init_rw_memory on Atari 2600 2019-06-28 16:44:41 +02:00
Karol Stasiak 674f8d1983 Allow initializing writable variables on cartridge targets 2019-06-28 16:28:49 +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 bc8ac1f696 Preliminary MSX support 2019-06-05 13:31:43 +02:00
Karol Stasiak d9f88cdfad Const arrays 2019-04-30 00:41:42 +02:00
Karol Stasiak 43e75276df Preliminary and experimental Game Boy support 2019-03-18 23:15:05 +01:00
Karol Stasiak 492300d298 C64: File I/O support 2019-01-05 01:19:14 +01:00
Karol Stasiak 2f63eafc3a Guess-a-number example; make echo run on PC-88 2018-12-30 19:10:57 +01:00
Karol Stasiak 75e572f58c Library improvements:
– random module
– ensure_mixedcase() function
2018-12-30 18:59:32 +01:00