Hello World program, with StdOut.
This short program shows how to write any text in the DOS window.
We will use the procedure discussed here in the future.
Let's see the code:
; HelloWorld.asm
TITLE CharacterRead ; program name
.386 ; 80386 program code
.model f...
tatailaszlo.hashnode.dev1 min read