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

248 Commits

Author SHA1 Message Date
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
Karol Stasiak 320b84edb9 Add pstring module 2020-04-06 00:44:20 +02:00
Karol Stasiak 4485c9479e Minor documentation fixes 2020-04-06 00:42:52 +02:00
Karol Stasiak 5df695f2c2 Add support for Pascal-style strings 2020-04-04 00:45:09 +02:00
Karol Stasiak d08f7ee77c It's LUnix not Lunix 2020-03-31 21:43:36 +02:00
Karol Stasiak ff942333bd Fix link 2020-03-31 19:12:06 +02:00
Karol Stasiak 9ffd303583 Update and reorganize documentation 2020-03-31 19:07:35 +02:00
Karol Stasiak 63ff28e94e Changes to macros and parameter list syntax:
* non-asm macros can now take `const` and `call` parameters
* register parameters to asm functions and macros can be given names if annotated explicitly
2020-03-30 19:23:48 +02:00
Karol Stasiak 3187ed155e Add signed16 and unsigned16 types 2020-03-25 23:53:26 +01:00
Karol Stasiak e3d5ce4e81 Fix const functions of the form if c {return x} return y 2020-03-25 23:51:04 +01:00
Karol Stasiak d478f3504f Const-pure functions 2020-03-19 23:53:16 +01:00
Karol Stasiak 85030d3147 Added constant-only functions min, max, if. Improved handling of constant-only functions. 2020-03-19 19:43:24 +01:00
Karol Stasiak ec8f2e6a1c Add warnings for calling from one segment to another overlapping one (#42) and -Wnone flag 2020-03-16 00:03:01 +01:00
Karol Stasiak 83b85ef0fc Support breakpoints in the label file (#44) 2020-03-16 00:01:04 +01:00
Karol Stasiak ab597e2dbe Fix typo 2020-02-27 02:11:38 +01:00
Karol Stasiak 8b6e89f9a4 Various improvements for macros (fixes #39 and pertains to #40) 2020-02-02 23:25:06 +01:00
Karol Stasiak 6774c283ae 6502: Add KIL instruction (fixes #37) 2020-01-18 00:09:06 +01:00
Karol Stasiak 09359235c7 Add immediate addressing mode for short branches and BRK to support some ugly tricks 2020-01-18 00:07:26 +01:00
Karol Stasiak 63866fffe3 Document limitations of operators (closes #24) 2020-01-12 20:53:11 +01:00
Karol Stasiak 0333b339ca Allow omitting length in file array initalizers (fixes #35) 2020-01-10 18:37:49 +01:00
Karol Stasiak 43b64aac21 Documentation for macros (fixes #23) 2020-01-03 23:56:37 +01:00
Karol Stasiak 6e36166af2 Never remove or inline volatile variables (fixes #27) 2020-01-03 21:28:10 +01:00
Karol Stasiak 6b2002f426 Update documentation and changelog 2019-12-01 03:16:09 +01:00
Karol Stasiak 59784ad5f1 HuC6280: Full assembly support 2019-11-24 01:30:30 +01:00
Karol Stasiak d634e24e92 More granular differentiation of various 65C02 variants; HuC6280 improvements 2019-11-04 14:28:36 +01:00
Karol Stasiak f10ec698ef Change string terminators for petscr and atasciiscr (related to #17) 2019-11-04 02:38:07 +01:00
Karol Stasiak 00841d685b Add strzpaste and scrstrzpaste 2019-11-04 02:29:16 +01:00
Karol Stasiak 798c49fd34 Add strz_from_screencode, strz_to_screencode, ENCCONV_SUPPORTED 2019-11-04 02:28:12 +01:00
Karol Stasiak 055d842c12 Document inferred literal types 2019-11-03 23:33:58 +01:00
Karol Stasiak 68fcf8f2d7 Undo the sizeof change for now 2019-11-03 23:17:44 +01:00
Karol Stasiak 590db9ade0 Change type of sizeof to word. Improve type checker. 2019-11-03 22:26:19 +01:00
Karol Stasiak 2c52b98beb Add scrstring module 2019-10-31 17:29:05 +01:00
Karol Stasiak ffe79a214d Add nullchar_src, NULLCHAR_SCR and NULLCHAR_SAME (relates to #17) 2019-10-31 12:20:42 +01:00