mirror of
https://github.com/bobbimanners/EightBall.git
synced 2025-08-15 14:27:40 +00:00
Updated Roadmap (markdown)
@@ -18,3 +18,7 @@
|
|||||||
- Optimize virtual machine bytecodes, based on study of real code
|
- Optimize virtual machine bytecodes, based on study of real code
|
||||||
- For example, it would be good to have an instruction to drop n bytes from call stack rather than repeated `POP`, `DROP` as the compiler currently does.
|
- For example, it would be good to have an instruction to drop n bytes from call stack rather than repeated `POP`, `DROP` as the compiler currently does.
|
||||||
- High performance VM: hand-coded in 6502 assembly
|
- High performance VM: hand-coded in 6502 assembly
|
||||||
|
|
||||||
|
Features will only be added if:
|
||||||
|
1. They do not increase the code size so much that it is no longer practical to run EightBall on Apple II and C64. (VIC20+32K is already a tight fit.)
|
||||||
|
2. Language features must have both an interpreter and compiler implementation.
|
Reference in New Issue
Block a user