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.

Can I run a simple Assembly program

+10 votes
asked Apr 13, 2024 by Jacob Batarseh (220 points)
I need a complete  Assembly program to add two numbers.

Thank you.

1 Answer

0 votes
answered Apr 15, 2024 by Peter Minarik (101,420 points)
edited Apr 15, 2024 by Peter Minarik

Here are some links that help you learn assembly:

OnlineGDB uses the GAS (GNU Assembler): https://en.wikipedia.org/wiki/GNU_Assembler.

Different assemblers have different syntaxes and quirks so you should look up the assembler you need to work with and find out how exactly it should be used.

Good luck!

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...