Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

I have a assemble language code and need a convert/interpreter to understand the code?

+1 vote
asked Apr 12, 2018 by Salil Sharma

1 Answer

0 votes
answered Apr 12, 2018 by shipof123 (260 points)
you will need an assmebler of some kind, but it depends on the syntax type(as some assemblers have different syntaxes) and the system it was made for(i.e. intel x86, arm x86)
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...