.global main main:
mov ip, sp
stmfd sp!, {fp, ip, lr}
sub fp, ip, # ldr r0, =he
mov lr, pc
b printf sub sp, fp, #
ldmfd sp, {fp, sp, pc} he:
.asciz "hello world\n"
.align
相关文章
- 02-25解决Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/
- 02-25tensorflow的hello world
- 02-25idea 2020+SpringBoot 创建hello world以及简单的模板渲染
- 02-25uni-app 小白徒手编写自己的类 popup 组件 hello-popup
- 02-25贪心水题。UVA 11636 Hello World,LA 3602 DNA Consensus String,UVA 10970 Big Chocolate,UVA 10340 All in All,UVA 11039 Building Designing
- 02-25(一)hello world
- 02-25ACM Sdut 2158 Hello World!(数学题,排序) (山东省ACM第一届省赛C题)
- 02-25Obj-C的hello,world 1
- 02-25VSC 插件开发从入门到Hello World
- 02-25HTML5打造原生应用——Ionic框架简介与Ionic Hello World