Code-generation diagnostics use the E5000-E5999 range.
Trigger:
python -m nes_pascal.cli examples/minimal.nsp -o build/minimal.nes
with cc65 absent from PATH.
Expected compiler output:
E5001: missing toolchain component: ca65 and ld65.
PATH.Trigger:
ca65 or ld65 rejects its generated input
Expected compiler output:
E5002: ca65 failed.
<tool output>