Split a character string based on change of character: Difference between revisions

m
add output
(→‎{{header|ARM Assembly}}: flagged with {{output?}} (the programming entry didn't show the required output HERE.))
m (add output)
Line 227:
=={{header|ARM Assembly}}==
 
{{output?}}
 
{{works with|as|Raspberry Pi}}
Line 346 ⟶ 345:
pop {r0,r1,r2,r7,lr} @ restaur des 2 registres */
bx lr @ return
 
output : gg, HHH, 5, YY, ++, ///, \
 
 
</lang>