B
B
Bartolomeos2018-05-23 17:49:52
Microcontrollers
Bartolomeos, 2018-05-23 17:49:52

Is it possible to output "Hello world" to assembler (fasm) under win 64bit?

The task is to display a message with the text "Hello world", the program must be written in assembler (fasm). The difficulty is that it must run on 64-bit Windows and at the same time be of the .COM type.
I found workable examples only for the .EXE type, there is nothing for .COM at all. I doubt it's even possible

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2018-05-23
@Bartolomeos

COM format binaries cannot be run without an emulator on 64-bit Windows.

J
jcmvbkbc, 2018-05-24
@jcmvbkbc

The task is to display a message with the text "Hello world", the program must be written in assembler (fasm).

You can write a console application under win32 in assembler. The level of complexity is about the same as when writing COM.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question