Im working on project to translate the following C code to ARM assembly.
int i = 1; int j = 0; int x = 0; int main(){ for( ; i < 10; i += 2){