I am familiar with assembly language on other computers but I am new to ARM assembly language. I have started reading "Raspberry Pi Assembly Language" by Bruce Smith. That book provides an intro to the ARMv8 A32 and T32 instruction sets, but nothing about the A64 instructions on my Pi 3. I went to i...