If I have a symbol in my code like this:
motor_stepping:
.byte 0x08, 0x04, 0x02, 0x01
How do I tell the assembler that I want to stick its address into X? I can't find an opcode to do this and there seems to be no documentation whatsoever on avr-as. Thanks.