T
T
twintwin10032015-11-04 15:18:27
assembler
twintwin1003, 2015-11-04 15:18:27

FASM PE "Hello world"?

How to write a banal hello world in 32-bit assembler without using various APIs?
That is, an analogue of DOS interrupts 9h int 21h ( www.codenet.ru/progr/dos/dos_0017.php) , only for 32 bits.
Is it possible?
Platform: Windows
assembler: FASM

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2015-11-04
@twintwin1003

twintwin1003 :
Interrupt 21 is also a DOS API.
But DOS functions are not available in modern OSes, and interrupt 09 from the BIOS is most likely not either.
You already decide what you want - manually calculate the resolution of the monitor and position the points, forming characters, or use the API.

C
Chvalov, 2015-11-04
@Chvalov

If I understand the question correctly then: tyts 1 , tyts 2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question