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

280 Commits

Author SHA1 Message Date
Joel Heikkila 3a2e29888d some documentation of what I've tested 2021-01-25 20:29:54 -05:00
Karol Stasiak c1959b356f Make all constants referring to segments match their equivalents from the platform definition (see #87) 2021-01-13 19:55:11 +01:00
Karol Stasiak 499e650752 Define and document more magic suffixes and constants (see #87) 2021-01-13 19:35:11 +01:00
Karol Stasiak 4a529b5ddc Fix typos/grammar 2020-12-01 14:26:47 +01:00
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 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 cd6b789416 Document explicit bool conversions 2020-11-11 00:27:29 +01: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 d45fe42d17 Add Robotron Z1013 support 2020-09-29 22:57:27 +02:00
Karol Stasiak c7008f4414 New output elements: literal ASCII strings and space-padded program name 2020-09-29 22:48:50 +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 888f7a0fdb Fix documentation (fixes #72) 2020-09-23 23:21:35 +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 fccbf7df7d Add dollar syntax for decimal operators, disallow identifiers ending in a dollar sign. 2020-08-14 02:22: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 c20b144823 CoCo: add coco_crt target 2020-08-01 22:20:52 +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 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 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 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 c6c021cf85 Add guides to documentation 2020-07-24 19:13:46 +02:00
Karol Stasiak d5367cc1fe for loops over arrays 2020-07-24 19:12:19 +02:00
Karol Stasiak 9a47c66539 Update documentation on operators 2020-07-24 17:28:04 +02:00
Karol Stasiak b24ac32932 Z80: Support IXH/IXL/IYH/IYL registers. Add Intel syntax for Z80 instructions. 2020-07-24 17:27:37 +02:00
Karol Stasiak 53973f081a Add various KOI-8 encodings 2020-07-20 00:13:49 +02:00
Karol Stasiak a2c49a1f89 Add manual type alignment. 6502: Optimize multiplications by constants. 2020-07-18 01:15:33 +02:00
Karol Stasiak 31a8504195 Fix raw views of typed pointers 2020-07-18 01:11:20 +02:00
Karol Stasiak a22571f60b 6809: tons of improvements:
* stack variables
* large comparisons
* pointer optimizations
* fixed constant evaluation
2020-07-09 01:50:18 +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 3e33660c2e Improvements to mouse support. Added the y_coord type. Renamed x_coord module to coord. 2020-05-01 15:18:34 +02:00
Karol Stasiak 7f9bd18bdd The big text encoding overhaul 2020-05-01 01:31:54 +02:00
Karol Stasiak e82f51668c Document how to make an array of strings. 2020-04-27 12:42:43 +02:00
Karol Stasiak 78fe0e37bb Allow importing modules from subdirectories. Move platform definitions 2020-04-27 12:42:18 +02:00
Karol Stasiak cd5e9decac Implement readkey and readline for Apple II 2020-04-08 11:11:25 +02:00
Karol Stasiak dcf8fb2900 Add support for MkImg for making BBC micro disk images 2020-04-06 22:53:15 +02:00
Karol Stasiak b21b04efeb Some fixes to encconv. Added two more functions. 2020-04-06 03:16:51 +02:00