2021年11月8日

摘要: [root@centos7 lesson14]# make riscv64-unknown-elf-gcc -c -o entry.o entry.S riscv64-unknown-elf-gcc -Wall -Werror -O -fno-omit-frame-pointer -ggdb -mc 阅读全文
posted @ 2021-11-08 18:07 tycoon3 阅读(234) 评论(0) 推荐(0)
摘要: cat hello.s .data /* Data segment: define our message string and calculate its length. */ msg: .ascii "Hello, ARM64!\n" len = . - msg .text /* Our app 阅读全文
posted @ 2021-11-08 11:25 tycoon3 阅读(701) 评论(0) 推荐(0)

导航