1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Karol Stasiak 4f6eefab79 Officially deprecate old decimal operators 2021-05-23 22:31:11 +02:00
Karol Stasiak bb46b1e7e9 Update documentation 2021-02-18 00:51:07 +01:00
Karol Stasiak 4a529b5ddc Fix typos/grammar 2020-12-01 14:26:47 +01:00
Karol Stasiak 963fae8275 Various documentation updates 2020-10-05 22:20:08 +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 9a47c66539 Update documentation on operators 2020-07-24 17:28:04 +02:00
Karol Stasiak 63866fffe3 Document limitations of operators (closes #24) 2020-01-12 20:53:11 +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 6fddf1cf0d Improve documentation 2019-10-24 15:09:11 +02:00
Karol Stasiak ec96f16482 Improve and fix 16-bit comparisons 2019-10-22 13:54:30 +02:00
Karol Stasiak 635870585e Add unsigned 16-bit division 2019-09-15 19:47:19 +02:00
Karol Stasiak 3ce2249399 Add 16-bit multiplication 2019-09-04 21:17:06 +02:00
Karol Stasiak efe103b070 Update documentation 2019-08-05 14:07:33 +02:00
Karol Stasiak 22b4776139 Enable pointers to functions with a word parameter (using trampolines on 6502) 2019-07-30 22:49:32 +02:00
Karol Stasiak 35ba36ce11 Function pointers – initial version 2019-07-27 00:58:10 +02:00
Karol Stasiak c8ca48a6b0 Better documentation for in-place modification operators 2019-07-26 18:56:24 +02:00
Karol Stasiak 4b25ce2d8c Pointers to fields of array elements 2019-07-24 00:14:27 +02:00
Karol Stasiak b341200a0a More documentation tweaks 2019-07-15 14:21:50 +02:00
Karol Stasiak 52c5a10e6e Documentation overhaul 2019-07-15 13:52:05 +02:00
Karol Stasiak 6d499f3623 Arrays with elements larger than one byte 2019-07-10 16:51:12 +02:00
Karol Stasiak e31737ad40 Unsigned division of word by byte 2019-06-06 13:06:30 +02:00
Karol Stasiak 2583f280a8 Unsigned byte division by non-constant 2019-06-06 01:17:34 +02:00
Karol Stasiak 010b44f23e Unsigned byte division by a constant 2019-06-05 18:36:39 +02:00
Karol Stasiak 326e9d0585 Documentation fixes 2019-06-05 18:34:32 +02:00
Karol Stasiak 305376bcec Update documentation 2019-05-29 14:21:00 +02:00
Karol Stasiak 41e6bddfd9 Documentatin update 2019-04-18 17:20:35 +02:00
Karol Stasiak 029e84b0f0 Unions, typed pointers, indirect field access via pointers 2019-04-15 19:45:26 +02:00
Karol Stasiak 08f9426ccb Multiplication fixes and improvements 2018-12-19 01:10:39 +01:00
Karol Stasiak cd8697552c Add sizeof operator 2018-12-16 15:43:17 +01:00
Karol Stasiak f32d72b51f Multiplication u16×u8 2018-12-14 22:50:20 +01:00
Karol Stasiak 34b7107d27 Allow casting to wider types 2018-08-08 23:14:09 +02:00
Karol Stasiak f4a2c96512 Fix comparisons 2018-08-03 16:21:02 +02:00
Karol Stasiak 388ceb8b3a 6502: software BCD, increase default zpreg to 4 2018-08-03 13:06:23 +02:00
Karol Stasiak d4beba11a1 Z80: >>' operator 2018-08-01 18:49:37 +02:00
Karol Stasiak a34acbf6ce Z80: Operators *'=, <<' and <<'= 2018-07-23 15:47:03 +02:00
Karol Stasiak c4c1bf00f2 Enumeration types. Stricter type checks. 2018-07-20 22:46:53 +02:00
Karol Stasiak 215d8d92b4 Preprocessor. Z80 improvements. Library improvements. 2018-07-12 19:39:25 +02:00
Karol Stasiak 351d2ac5f9 Documentation update 2018-07-03 23:28:05 +02:00
Karol Stasiak 775707801c Documentation improvements 2018-06-09 00:05:17 +02:00
Karol Stasiak 3296d5a201 Documentation improvements 2018-04-03 00:21:26 +02:00
Karol Stasiak 1a0737e4c9 Rename documentation files 2018-03-28 19:31:10 +02:00