Hacker News new | ask | show | jobs
by leni536 475 days ago
Assembly doesn't really have indexes, as it doesn't have arrays. It's all addresses and offsets. Offsets are naturally 0-based.

Everywhere else, indexing is just a convention, even in natural language and math.