mirror of
https://github.com/imjasonh/nescript
synced 2026-07-09 09:18:01 +00:00
The linear RAM allocator now checks for overflow. The zero-page region is capped at \$80 (leaving \$80-\$FF for IR codegen temp slots), and the main RAM allocator stops at \$0800 (end of NES internal RAM). Overflow emits E0301 with a helpful note pointing at the declaration. https://claude.ai/code/session_01W6eQFStA66EuMKHUFo2rx3 |
||
|---|---|---|
| .. | ||
| analyzer | ||
| asm | ||
| assets | ||
| codegen | ||
| debug | ||
| errors | ||
| ir | ||
| lexer | ||
| linker | ||
| optimizer | ||
| parser | ||
| rom | ||
| runtime | ||
| lib.rs | ||
| main.rs | ||