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(); /