Przy próbie kompilacji pliku pas (dokładnie to assemblowania pliku a65) pojawia mi się błąd:
sm1: lda square1_lo,x cpu6502_byte.asm (48) ERROR: The referenced label SQUARE1_LO has not previously been defined properly sm2: sbc square2_lo,x cpu6502_byte.asm (49) ERROR: The referenced label SQUARE2_LO has not previously been defined properly sm3: lda square1_hi,x cpu6502_byte.asm (51) ERROR: The referenced label SQUARE1_HI has not previously been defined properly sm4: sbc square2_hi,x
w pliku cpu6502_byte faktycznie próbuje takiej zmiennej użyć. Jak i gdzie ją powinienem zadeklarować?