Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 288 Bytes

8085-Zadaca4

Write an equivalent assembly program to the corresponding C program: void main() { const int = 30; int x[50], y[50], z[50]; for (int i=1; i<=N; i++) { z[i]=10; x[i]=4*y[i]; } }

Screenshot (1)