An open API service indexing awesome lists of open source software.

https://github.com/tamaraatanasova/8085-zadaca4

Simple 8085 program
https://github.com/tamaraatanasova/8085-zadaca4

8085 asembler

Last synced: 3 months ago
JSON representation

Simple 8085 program

Awesome Lists containing this project

README

        

# 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)](https://github.com/tamaraatanasova/8085-Zadaca4/blob/main/image.png)