CONVERT FOLLOWING C CODE INTO ARM ASSEMBLY CODE #include int main() { int i, space, rows = 8, star=0; for(i = 0; i < rows-1; i++) { for(space = 1; space < rows-i; space++) { printf(" "); } for (star = 0; star <= 2*i; star++) { if(star==0 || star==2*i) printf("*"); else printf(" "); } printf("\n"); } for(i=0; i<2*rows-1; i++){ printf("*"); } return 0; }

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 18RQ
icon
Related questions
Topic Video
Question

Q:

CONVERT FOLLOWING C CODE INTO ARM ASSEMBLY CODE

#include<stdio.h>

int main() {
int i, space, rows = 8, star=0;

for(i = 0; i < rows-1; i++) {
for(space = 1; space < rows-i; space++) {
printf(" ");
}
for (star = 0; star <= 2*i; star++) {
if(star==0 || star==2*i)
printf("*");
else
printf(" ");
}
printf("\n");
}
for(i=0; i<2*rows-1; i++){
printf("*");
}
return 0;
}

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,