8085 Programming Help (Homework)

In summary, the conversation includes a question about writing a program to determine the number of students who received specific test scores, as well as criteria for designing and testing the software. The question also asks for guidance on how to approach the problem and whether to use division or comparison. Another question is posed about finding multiple ways to solve the problem. Finally, the conversation mentions a request for help with a final year project involving designing and simulating a CPU emulator.
  • #1
movjump
1
0
Hi there,

This is my question :

'Suppose 100 students' test scores are stored in a memory array, write a program to find out how many students received A, B, C, D or F test scores.'

Criterias :
1. Design software to a given specification using a structured design technique.

2. The specification should be sufficient enough to require modularization and the passing of data between modules.

3. Write programs to implement designs using an appropriate computer language.

4. Test software to ensure it meets the given specification.

How do I start ? Can someone guide me ? Do I need to do a division or just compare ? How to write the program for the above mentioned question in an 8085 Assembly Langauge Programming ?
 
Physics news on Phys.org
  • #2
Think how you could do it manually.

This is my question :

'Suppose 100 students' are in a line, devise a method to find out, realiably, how many students received A, B, C, D or F test scores.'

How many ways can you think up?
 
  • #3
please i need help with my final year project, design and simulation of a cpu emulator ...... I am me at bnn_eke@yahoo.com
 

FAQ: 8085 Programming Help (Homework)

What is 8085 programming?

8085 programming refers to the process of writing instructions and commands in a specific format to be executed by the 8085 microprocessor. The 8085 is an 8-bit microprocessor commonly used in early computer systems and electronic devices.

What is the purpose of 8085 programming?

The purpose of 8085 programming is to control the operations of the 8085 microprocessor and make it perform specific tasks. This can include calculations, data transfer, and input/output operations.

What are the basic principles of 8085 programming?

The basic principles of 8085 programming include understanding the instruction set of the microprocessor, using registers and memory locations to store data, and using various programming techniques such as loops and conditional statements.

What are some common challenges in 8085 programming?

Some common challenges in 8085 programming include understanding the complex instruction set, dealing with limited memory and register size, and debugging errors in the code.

How can I improve my 8085 programming skills?

To improve your 8085 programming skills, it is important to practice regularly and familiarize yourself with the instruction set and various programming techniques. It can also be helpful to seek out online resources or courses to deepen your understanding of the subject.

Similar threads

Back
Top