Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question