How to make calculator in assembly language | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to make calculator in assembly language

Want to make an assembly calculator for school project. Any tutorial that you would recomend for me?

3rd Nov 2023, 6:38 PM
HARoOoN px
HARoOoN px - avatar
5 Respostas
+ 3
Google has a few tuts and GitHub project examples: https://www.google.com/search?q=calculator+in+assembly+language
3rd Nov 2023, 7:36 PM
Keith
Keith - avatar
+ 3
Here is a pretty great and informative lecture uploaded by MIT to get a grasp on how assembly works: https://youtu.be/L1ung0wil9Y?feature=shared Once you have a basic understanding of assembly then start solving simple problems that are relevant to your cause. Such as adding or subtracting numbers together. There's a lot to read about it on stack overflow as well.
4th Nov 2023, 12:34 AM
Henrik Hultgren
Henrik Hultgren - avatar
+ 2
The first thing is obviously to learn the syntax. I would then proceed learning how the registers work.
4th Nov 2023, 12:29 AM
Henrik Hultgren
Henrik Hultgren - avatar
+ 2
learn assembly basic and you will be able to make a calculator in assembly
5th Nov 2023, 7:02 AM
Alhaaz
Alhaaz - avatar
+ 1
Thank you for these resources.
4th Nov 2023, 12:39 AM
HARoOoN px
HARoOoN px - avatar