mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
readme
This commit is contained in:
parent
03782a37a2
commit
757cbfd1ba
@ -26,7 +26,9 @@ which aims to provide many conveniences over raw assembly code (even when using
|
|||||||
- 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
|
||||||
- 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:
|
Rapid edit-compile-run-debug cycle:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user