1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-10-25 05:24:11 +00:00
millfork/doc/lang
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
..
assembly.md Tons of things: 2018-02-01 22:39:38 +01:00
functions.md Tons of things: 2018-02-01 22:39:38 +01:00
interfacing.md Typo fixes 2018-01-31 22:25:06 +01:00
literals.md Some more documentation 2018-01-04 01:15:04 +01:00
operators.md Tons of things: 2018-02-01 22:39:38 +01:00
reentrancy.md Typo fixes 2018-01-31 22:25:06 +01:00
syntax.md Tons of things: 2018-02-01 22:39:38 +01:00
types.md Typo fixes 2018-01-31 22:25:06 +01:00