I print only parts of strings if I try to access them “manually”

后端 未结 0 1084
名媛妹妹
名媛妹妹 2020-12-29 22:37

this doesn\'t work:

.global main
.type main%function

main:
        ldr r4,[r1]
        mov r1,r4
        add r1,r1,#4    // I go to the next argv
        ldr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题