LOGBOOK

HELP

Quiz Entry - updated: 2026.07.02

What is 2¹⁵, and what limit does it mark?

32768 — the number of non-negative values in a signed 16-bit integer, whose range is −32768…32767.

The moon in a cage overgrown with ivy — the pegs moon (32), cage (76), ivy (8) for 32768.

Chunk 3276832 · 76 · 8moon · cage · ivy: the moon locked in a cage overgrown with ivy. A signed 16-bit short maxes out at +32767 because one of its 65536 values is spent on the sign; 2¹⁵ = 32768 is that halfway mark.

From Quiz: MAJOR / Powers of 2 | Updated: Jul 02, 2026