Hacker News new | ask | show | jobs
by duskwuff 274 days ago
> a zero byte is ^@, for example, because...

A zero byte is ^@ because 0x00 + 64 = '@'. The same pattern holds for all C0 control codes.

1 comments

Yes, and why is '@' at 0x40?