mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-01 06:29:53 +00:00
Update CHANGELOG
This commit is contained in:
parent
22b4776139
commit
4b98f334fc
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,6 +9,9 @@ src/test/scala/experiments/
|
||||
# doesn't work yet
|
||||
examples/lunix/
|
||||
|
||||
# may become a feature in the future
|
||||
*.tbl
|
||||
|
||||
# hidden files
|
||||
*.~
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
The `petscii` encoding now uses the $C0-$DE range for uppercase characters instead of $60-$7E.
|
||||
This matches both the CC65 behaviour and the return values from `readkey()`.
|
||||
|
||||
* Added support for the Japanese version of Commodore 64.
|
||||
|
||||
* Added `segment` block statement.
|
||||
|
||||
* Added goto.
|
||||
@ -16,6 +18,8 @@ This matches both the CC65 behaviour and the return values from `readkey()`.
|
||||
|
||||
* Added arrays of elements of size greater than byte.
|
||||
|
||||
* Added `.length` for large arrays and `.lastindex` for numerically indexed arrays.
|
||||
|
||||
* Improved passing of register parameters to assembly functions.
|
||||
|
||||
* Enabled declaring multiple variables in one line.
|
||||
|
Loading…
Reference in New Issue
Block a user