This commit is contained in:
Irmen de Jong 2019-07-10 00:47:07 +02:00
parent a85743f241
commit dcab6d00bb
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ which aims to provide many conveniences over raw assembly code (even when using
- automatic variable allocations, automatic string variables and string sharing
- constant folding in expressions (compile-time evaluation)
- conditional branches
- when statement to provide a 'jump table' alternative to if/elseif chains
- automatic type conversions
- floating point operations (uses the C64 Basic ROM routines for this)
- abstracting away low level aspects such as ZeroPage handling, program startup, explicit memory addresses

View File

@ -1 +1 @@
1.9
1.10-dev