Difference between FASM and MASM / TASM?

I am studying FASM at the moment.

I did not find any books about FASM, except documentation on flatassembler.net

FASM = Flat Assembler

MASM = Macro Collector

TASM = Turbo Assembler

All the old books (really old, from 199x, I found this from my college, it seems nobody has been touching for many years) about the assembler, which I found and read, uses MASM or TASM as an example code, even the solution for exercises, they use TASM / MASM

So, I'm just confusing that I can read this exercise book (use TASM / MASM) and the sample code for learning FASM?

Also, if you know any good books / tutorials / courses that use FASM, like code, please tell me

Thanks to all my colleagues,

Tuan Lin

+1
source share

Source: https://habr.com/ru/post/1569279/


All Articles