In lesson 2, this line of code
https://github.com/SlithyMatt/x16-assembly-tutorial/blob/main/Lesson2/memory.asm#L27
says:
sta ZP_DATA,y ; zero page indexed with Y
but STA does not support this addressing mode. The compiler is implicitly treating this as absolute,y mode.