Skip to content

Files

Latest commit

 

History

History
20 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 609 Bytes

ARMv8-Cortex-A72

ARM64 Architecture and Programming for Raspberry Pi 4B

File Structure

ARMv8-Cortex-A72/
│
├── bin/                 # The final binary (executable) will be placed here
│
├── obj/                 # Compiled object files (.o) will be stored here
│
├── src/                 # Assembly source files
│   ├── main.c           # Main C file
│   └── bn_add_asm.s     # Additional source files (optional)
│
├── Makefile             # Makefile to automate build process
└── README.md            # Optional: Project documentation