I'm working with Emulator 8085A and I am trying to do an exercise, but I can't find any information or examples of taking input and working with it.
I have to make an assembly program for MIPS processors which reads 50 numbers from keyboard. We call a procedure for each number to check if it can be divided by 5, and if it can be, then we call another procedure to sum all numbers which are NOT divided by 5 and then print the sum.
Any help about this? Thanks in advance!