G
G
GalileoGalileu2021-12-08 12:13:44
assembler
GalileoGalileu, 2021-12-08 12:13:44

How to write in assemblers?

Hello!
Recently, I started to study assembler with fasm
And, apparently, due to the fact that I have windows - I encountered incompatibility with x64 OS
But my question is not to solve this problem
In general,
What should I do to write in the native assembler of my processor directly without installations like "FASM"/"MASM"/"NASM"?
In general, ideally, is it possible to find out whether it is possible to demolish everything from the computer, leaving only the opportunity to write real-time and try to gradually make my miserable likeness of an axis as an interesting task for me personally?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2021-12-08
@GalileoGalileu

Assembler is the same programming language that facilitates writing code in a human-friendly form, translating assembler mnemonics into machine code.

What can I do to write in my processor's native assembler directly without settings like "FASM"/"MASM"/"NASM"?

Yes, no problem - write in machine codes immediately in binary form.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question