All the numbers are hex.These are the answers:
00=F9, 01=9D, 02=90, 03=7C, 04=7D, 05=7E, 06=C2, 07=91, 08=92, 09=93,
0A=94, 0B=9A, 0C=7F, 0D=9B, 0E=C0, 0F=C1.
I didn't undestand if you expect to have an exact or an approximate match between left and right-side figures. Could you explain the process that generated the numbers.
It is a reply from a microprossor chip.when I send the hex 00 it gives the reply F9.
If I send the hex 01 it reply 9D.Same like the other numbers.I want to know the exact proces between the numbers.
the other thing to check would be Do you always get the same output for an input? Or does the prior I/O have an impact for the equation of the current output?
I think that information are not enough to find a rule between question and answer. It could be, simply, that you are reading a portion of memory. I mean the number you wrote in your question is the address of the memory and the answer is the content at that address, so there is any rule, just the numbers written in the memory are sent back by the microprocessor as reply.