problem in executing arm Assembly function

前端 未结 0 530
长发绾君心
长发绾君心 2021-02-04 00:01

I have a question regarding the following code I wrote in ARM Assembly:

// open(); 
 adr   r0, fileWrite
 mov   r1, #100
 mov   r7, #5
 svc   #1 


// close();  /         


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