flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
joachim_neu 25 Dec 2003, 16:51
hello,
how do you write a string without interrupt 21h?? JOACHIM NEU |
|||
![]() |
|
vid 25 Dec 2003, 18:08
things which are visible on screen are stored in segment B800. Each character is described by 2 bytes. First is ASCII code of character, second is it's color and background. You should search something about segment B800 on net.
|
|||
![]() |
|
joachim_neu 26 Dec 2003, 12:43
hello,
I've found a solution: Code: mov ah,0fh int 10h mov dl,01h mov dh,01h mov ah,02h int 10h mov ah,09h mov cx,01h mov al,ASCII-CODE in HEX mov bl,0007h int 10h mov ah,0fh int 10h mov dl,01h mov dh,01h mov ah,02h int 10h mov ah,09h mov cx,01h mov al,ASCII-CODE in HEX mov bl,0007h int 10h ![]() ![]() ![]() ![]() JOACHIM NEU |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.