mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
ver
This commit is contained in:
parent
a85743f241
commit
dcab6d00bb
@ -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
|
- automatic variable allocations, automatic string variables and string sharing
|
||||||
- constant folding in expressions (compile-time evaluation)
|
- constant folding in expressions (compile-time evaluation)
|
||||||
- conditional branches
|
- conditional branches
|
||||||
|
- when statement to provide a 'jump table' alternative to if/elseif chains
|
||||||
- automatic type conversions
|
- automatic type conversions
|
||||||
- floating point operations (uses the C64 Basic ROM routines for this)
|
- 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
|
- abstracting away low level aspects such as ZeroPage handling, program startup, explicit memory addresses
|
||||||
|
@ -1 +1 @@
|
|||||||
1.9
|
1.10-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user