flat assembler
Message board for the users of flat assembler.

Index > DOS > VGA tutorial

Author
Thread Post new topic Reply to topic
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 26 Apr 2004, 19:07
Where can I find tutorials on VGA graphics programming?
Thanks
Post 26 Apr 2004, 19:07
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 26 Apr 2004, 19:50
if I am right you said (in other thread) that you don't want to access directly to VGA (OK, video ram, but ths is similar). In that case you should look at BIOS int 13h documentation.
Post 26 Apr 2004, 19:50
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 26 Apr 2004, 20:06
No, I want to access graphics with int 10h....
Like this:

Code:
mov ax,0013h
int 10h
mov ah,4Ch
mov cx,64
mov dx,48
mov al,1
int 10h
mov ax,0003h
int 10h
int 20h
    


Any tutorials?
Post 26 Apr 2004, 20:06
View user's profile Send private message Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 28 Apr 2004, 03:29
I have a asm game"space pong" that has full source code (not fasm,i did it a while ago ,its tasm), That may help, You can get it from here:
http://www.falconrybells.co.uk/

ASHLEY4.
Post 28 Apr 2004, 03:29
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.