Hacker News new | ask | show | jobs
by Retr0id 714 days ago
There is no python runtime running on the 6502 hardware, and no Python semantics at runtime whatsoever. Python code is only executed on the host system during compilation. Python's role here is a glorified macro assembler.