The 6502 family microprocessors regard the first 256 bytes of memory ($0000-$00FF) as "Zero Page"."Zero Page" is usually a place for storing data for "shorter instructions" (which means special addressing method) or allow indirect access to the memory. The second "256 bytes" of memory ($0100-$01FF) is reserved for the stack and system variables.
The very last 6 bytes of memory $FFFA to $FFFF store the addresses of the