This commit is contained in:
Irmen de Jong 2019-07-24 00:43:37 +02:00
parent 03782a37a2
commit 757cbfd1ba

View File

@ -26,7 +26,9 @@ which aims to provide many conveniences over raw assembly code (even when using
- 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
- various code optimizations (code structure, logical and numerical expressions, unused code removal...)
- various code optimizations (code structure, logical and numerical expressions, unused code removal...)
- inline assembly allows you to have full control when every cycle or byte matters
Rapid edit-compile-run-debug cycle: