General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
LaurieWired
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Computing the Euclidean Algorithm in raw ARM Assembly" video.
You should implement it non-recursively, especially since you can't use division on ARM. Well, in general you should avoid recursion anyway, especially as it can blow the stack. Only question I've got is what color scheme are you using for Vim on your Pi?
1