文件名称:calc-pi-arm64-asm
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-07 13:48:30
Assembly
工作正在进行中 今天是2021年2月14日。我们的目标是在3月14日“ Pi Day”之前在Raspberry Pi上编写用于计算pi的ARM64程序。由于Raspberry Pi OS仅作为32位稳定发行版ARMHF发布,我将尝试使用beta版ARM64 Raspberry Pi 4 Model B修订版1.2 ARM64(测试版)Debian GNU / Linux 10(破坏者) 具有arch = armv8-a和cpu = cortex-a72的GNU汇编器+ GNU链接器 多远? 第一天= Hello World git clone git@github.com:cotarr/calc-pi-arm64-asm.git cd calc-pi-arm64-asm cd src make # Hello world only ./calc-pi
【文件预览】:
calc-pi-arm64-asm-main
----.gitignore(60B)
----src()
--------header.inc(126B)
--------main.s(2KB)
--------arch.inc(92B)
--------makefile(288B)
--------iomodule.s(4KB)
----LICENSE(1KB)
----README.md(640B)
----HISTORY.md(1KB)