Skip to content
Snippets Groups Projects
Commit 09d1ac9d authored by iliya's avatar iliya
Browse files

feat: finished serie 2

parent 2c0dbca5
Branches
Tags
No related merge requests found
...@@ -70,7 +70,7 @@ majuscule: ...@@ -70,7 +70,7 @@ majuscule:
mov r1, #0 mov r1, #0
debut_while: debut_while:
ldr r2, [r0], #1 ldrb r2, [r0]
cmp r2, #0 cmp r2, #0
bne funcexo3_while_loop bne funcexo3_while_loop
bx lr bx lr
...@@ -87,7 +87,7 @@ second_cond: ...@@ -87,7 +87,7 @@ second_cond:
if_cond: if_cond:
sub r2, #32 sub r2, #32
str r2, [r0, r1] strb r2, [r0], #1
add r1, #1 add r1, #1
b debut_while b debut_while
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment