Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

8085 asembler

Last synced: 2 days 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)