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

1249 Commits

Author SHA1 Message Date
Karol Stasiak f2f53a4b28 Configurable entry point for ZX Spectrum, Z1013, TRS-80 and CoCo (#78) 2020-11-19 18:47:50 +01:00
Karol Stasiak 7e45967b0c Allow emitting addresses of labels in the output (#78) 2020-11-19 18:33:51 +01:00
Karol Stasiak c8e32a876f Fix endaddr+N output 2020-11-19 18:21:08 +01:00
Karol Stasiak b2d2c3e005 Don't emit labels that are not necessary; fix the __heap_start symbol. 2020-11-18 23:08:45 +01:00
Karol Stasiak dc087ed887 Better error messages for arays without sizes 2020-11-18 23:08:09 +01:00
Karol Stasiak 97c7d0ffed Basic groundwork for optimization hint support 2020-11-18 22:37:58 +01:00
Karol Stasiak 385b2fd40b Fix function pointers (fixes #86) 2020-11-18 09:34:02 +01:00
Karol Stasiak fc7643c416 Interrupt handler pointer types 2020-11-11 00:28:21 +01:00
Karol Stasiak 91409504fb Small inlining fix 2020-11-11 00:27:52 +01:00
Karol Stasiak cd6b789416 Document explicit bool conversions 2020-11-11 00:27:29 +01:00
Karol Stasiak f4a3601d6e 8080: Fix word negation 2020-11-11 00:25:39 +01:00
Karol Stasiak f39810793b Use skipTests instead of includeTests 2020-11-02 13:47:16 +01:00
Karol Stasiak 831be03167 Merge pull request #82 from agg23/SBTIncludeTestFlags
Improved #36: Added compile flags for enabling tests
2020-11-02 13:37:58 +01:00
Adam Gastineau af565b581a Fixed only some test dependencies being properly emitted 2020-10-30 22:14:37 -07:00
Karol Stasiak 4a7166b9e0 Merge pull request #84 from zbyti/master
A8 fixed example code
2020-10-30 23:22:42 +01:00
zbyti 45b4a5dfe3 A8 fixed code 2020-10-30 16:08:29 +01:00
Adam Gastineau d483dd1994 Improved #36: Added compile flags for enabling tests 2020-10-27 19:52:12 -07:00
Karol Stasiak 4a09a80db0 Merge pull request #79 from zbyti/master
refactor and MPT player examble
2020-10-25 02:01:47 +01:00
zbyti 2ce1781e91 refator 2020-10-06 00:51:50 +02:00
zbyti d76ae3ff9e refator 2020-10-06 00:50:50 +02:00
zbyti 758f0945f9 refactor 2020-10-06 00:42:19 +02:00
zbyti d0154253ea .nfo files added 2020-10-06 00:39:20 +02:00
zbyti 85829102b8 .nfo files added 2020-10-06 00:36:41 +02:00
zbyti 8a4e65b365 A8 CMC Player with sample music 2020-10-05 23:17:35 +02:00
zbyti 838ef0d1eb refactor and MPT player examble 2020-10-05 22:33:22 +02:00
Karol Stasiak 963fae8275 Various documentation updates 2020-10-05 22:20:08 +02:00
Karol Stasiak e94ccd164f Use POKEY for random seed on Atari 2020-09-30 01:51:36 +02:00
Karol Stasiak a00e10382d Implement readline and readword for VIC-20 2020-09-30 01:37:00 +02:00
Karol Stasiak 24c0e8a8ee Fix typo 2020-09-30 01:36:13 +02:00
Karol Stasiak 5d09410350 Document TRS-80 and Z1013 library support 2020-09-30 01:07:56 +02:00
Karol Stasiak 70da293fce Merge pull request #76 from zbyti/master
ANTIC Display List Instruction Set constans & some refactor
2020-09-29 23:02:34 +02:00
Karol Stasiak c2e9acd3f3 Update CHANGELOG and READMEs 2020-09-29 22:57:48 +02:00
Karol Stasiak d45fe42d17 Add Robotron Z1013 support 2020-09-29 22:57:27 +02:00
Karol Stasiak 889a4f94be All things mentioned in segment layouts should be considered used. 2020-09-29 22:49:15 +02:00
Karol Stasiak c7008f4414 New output elements: literal ASCII strings and space-padded program name 2020-09-29 22:48:50 +02:00
zbyti 802424316c ANTIC Display List BASIC fix 2020-09-28 22:54:58 +02:00
zbyti f9fc001c9a ANTIC Display List BASIC modes forrmating 2020-09-28 22:17:34 +02:00
zbyti cc1adee4f1 ANTIC Display List BASIC modes 2020-09-28 22:15:39 +02:00
zbyti 362d682c11 ANTIC Display List Instruction Set table typo 2020-09-28 21:54:35 +02:00
zbyti a4b27f73e7 ANTIC Display List Instruction Set constans 2020-09-28 21:49:44 +02:00
zbyti 1b6b49889b A8 landscape refactor 2020-09-28 19:19:35 +02:00
Karol Stasiak 2d7c365b20 TSR-80 newline is just 0x0D 2020-09-27 18:58:46 +02:00
Karol Stasiak 3af4fcffa9 Z80: Add SLS as an alternate mnemonic for SLL 2020-09-27 18:46:19 +02:00
Karol Stasiak 3a9be16107 Add TRS-80 Model 1 and 3 support 2020-09-26 23:52:49 +02:00
Karol Stasiak 3702002541 Fix header 2020-09-26 19:56:56 +02:00
Karol Stasiak a15c9088ee Merge pull request #75 from zbyti/master
A8 examples readme new arrangement
2020-09-26 19:56:10 +02:00
zbyti 6b3f43393e A8 Landscape refactor 2020-09-26 01:14:08 +02:00
zbyti 2823b7fde0 A8 examples readme new arrangement 2020-09-26 01:02:07 +02:00
Karol Stasiak e0572fa3aa Merge pull request #74 from zbyti/master
A8 examples
2020-09-26 00:14:17 +02:00
zbyti 3364f8ab10 Quatari Landscape refactor 2020-09-25 11:20:16 +02:00