A
A
Andrey Vershinin2014-04-13 13:56:31
assembler
Andrey Vershinin, 2014-04-13 13:56:31

What tasks to choose for implementation in assembler for a beginner?

Good day. I decided to study the assembly language in more detail (than at the university), you yourself understand - a useful thing.
The first thing I came across was diversity. Which to choose? I would like to use it in the future, ie. I want the most "fresh" implementation. Second - what tasks to solve?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
killla, 2014-04-13
@killla

ACM does not have "fresh implementations". Because this is not particularly a language, but a reflection of the processor architecture.
Of course, there are all sorts of implementations with macros, when the compiler converts one high-level instruction into several low-level (processor) ones. But it has nothing useful for learning assembler.
Take any, you can start with the lessons of Kalashnikov.

D
Dinisoide, 2014-04-13
@Dinisoide

I can advise you to turn your attention to FASM , it uses Intel syntax.
You can solve anything you want with it, from system programming for your own pleasure, ending with the implementation of your own bootloader and OS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question