Woah! This was a fund video to do! You'll learn how to access the arguments sent to your program in a 64-bit ARM assembly program. You'll get experience with debugging using GDB as well as writing the actual code on how to access command line arguments sent to your ARM assembly language program.
Assembly 52b (Previous): Command Line Arguments on Windows x86_64: https://youtu.be/zPqUH-zT-wA
Assembly 53 (Next): Coming Soon
Komanetsky Assembly Template Projects: https://www.dropbox.com/scl/fo/bv9f8bp1zmccchya7pthg/h?rlkey=wg1ky9dh0cnmh8lsc5hfmk4re&dl=0
GDB Commands to display data starting with the Stack Pointer (SP)
1) Display ten 8-byte hexadecimal values in memory
x/10xg memory-address
example: x/10xg 0x5500800020
2) Display one null terminated string as bytes
x/1sb memory-address
example: x/1sb 0x0000005500800349