1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-18 02:57:01 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Karol Stasiak
15dbaad6d1 Use zero page locations as as pseudo-registers; 8-bit multiplication and 16-bit shifts 2018-03-05 12:05:37 +01:00
Karol Stasiak
6ed5d51260 Preliminary support for 65816, 65CE02 and HuC6280 2018-03-03 01:21:57 +01:00
Karol Stasiak
608958c1ed Documentation improvements 2018-02-27 13:26:56 +01:00
Karol Stasiak
0ca1be0c00 Tons of things:
– changed `inline` to `macro`
– added support for parameters for macros written in Millfork
– added `inline`, `noinline`, `register` hints
– added <<<< operator
– pointer dereference expressions are now supported more widely
– C64 library fixes
– added `-O1` command line option as an alias for `-O`
2018-02-01 22:39:38 +01:00
Karol Stasiak
c599db0068 Inline assembly improvements 2018-02-01 00:22:53 +01:00
Karol Stasiak
341466b198 Decimal multiplication, decimal right shift fixes 2018-01-31 22:26:20 +01:00
Karol Stasiak
fdcf3dc8c8 Typo fixes 2018-01-31 22:25:06 +01:00
Karol Stasiak
c26d36f974 Added return dispatch statements. 2018-01-30 17:38:32 +01:00
Karol Stasiak
b486436185 Some syntax documentation 2018-01-18 22:35:25 +01:00
Karol Stasiak
6e0a750e48 Operator documentation fixes 2018-01-10 13:17:09 +01:00
Karol Stasiak
8e3797e7e4 Typos in operator documentation 2018-01-10 13:09:38 +01:00
Karol Stasiak
61599c8d1b Operator documentation 2018-01-10 13:08:24 +01:00
Karol Stasiak
76122a2dd7 Some more documentation 2018-01-04 01:15:04 +01:00