0
i want give input a advanced microprocessor’s instruction and i want to get output of that instruction’s description.how i do ?
i want give input a advanced microprocessor’s instruction and i want to get output of that instruction’s description in java. Can any one tell me or help me to do that??
1 Antwort
0
Java is not appropriate to be used on a microprocessor:
https://www.quora.com/Can-we-code-a-microprocessor-with-high-level-languages-like-Java-or-JUMP_LINK__&&__Python__&&__JUMP_LINK-etc-If-not-why-cant-we
Maybe you can try C/C++/Assembly if this is not your school project. I can't help much (since I don't know how to solve your question), but you should provide more info like what's the model of your microprocessor etc.