N
N
NEupy2019-06-29 21:54:00
assembler
NEupy, 2019-06-29 21:54:00

What is the difference between FASM and FASM G?

fasm g depends on fasm or is it a separate language? Is it intended for the same as normal fasm?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2019-06-30
@NEupy

https://flatassembler.net/docs.php?article=fasmg tells us:

What is flat assembler g?
It is an assembly engine designed as a successor of the one used in flat assembler 1, one of the recognized assemblers for x86 processors. This is a bare engine that by itself has no ability to recognize and encode instructions of any processor, however it has an ability to become an assembler for any CPU architecture. It has a macroinstruction language that is substantially improved compared to the one provided by flat assembler 1 and it allows to easily implement instruction encoders in form of customizable macroinstructions. This approach has a great flexibility at the cost of performance.

Those. fasm g is an assembler engine that aims to be an assembler for any architecture by using a built-in macro processing language.
Those. as if the answers to your questions are "does not depend", "separate", "designed for the same and more".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question