#
# File <-> Source
#

Raspberry_Pi_BCM2711_ARM_Peripherals.pdf
https://datasheets.raspberrypi.com/bcm2711/bcm2711-peripherals.pdf

DEN0024A_ARMv8_PG.pdf
https://developer.arm.com/documentation/den0024/a/

QEMU_Documentation_8_0_0.pdf
https://readthedocs.org/projects/qemu/downloads/pdf/latest/

AArch64_Options_GCC_14_0_1.pdf
https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html

DDI0183G_UART_PL011_r1p5.pdf
https://developer.arm.com/documentation/ddi0183/latest/

armv8_a_address_translation.pdf
https://developer.arm.com/documentation/100940/latest/

AAPCS64.pdf
https://student.cs.uwaterloo.ca/~cs452/docs/rpi4b/aapcs64.pdf

#
# Helpful Writings <-> Source
#

ARM Assembly Basics
https://azeria-labs.com/writing-arm-assembly-part-1/
