We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
AREA main, READONLY, CODE EXPORT __main ENTRY __main PROC MOV R0, #0x5 MOV R1, #0X5 CMP R1,R0 ADDNE R3, R1, R0 ldr r0, =Str ldr r1, [r0] add r0, #4 str r1, [r0] endp align AREA myData, DATA , READWRITE ALIGN Str DCB 0x25