安装ARM交叉编译器: sudo apt install gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
安装QEMU环境: sudo apt install qemu qemu-user qemu-user-static
安装gdb环境 sudo apt install gdb-multiarch
编写汇编代码:hello_world.s
编写Makefile文件
执行hello_world程序
hello_world代码的程序解释