Re: A83: Off-topic: 13h
[Prev][Next][Index][Thread]
Re: A83: Off-topic: 13h
You cannot do that with int, you must use another (similar) command to raise
or lower the res. I am trying to find the command (I have 4 books, and 2
manuals on pc-asm, it takes a while).
-Phelan 'Amen' Wolf
James Matthews wrote:
> Ok, sorry this is slightly off-topic, but it is ASM related, but PC-ASM.
>
> To switch to 320x200x256 mode you use
>
> mov ax,13h
> int 10h
>
> and to get back to text-mode its:
>
> mov ax,003h
> int 10h
>
> What are the commands to get to higher resolutions? Like 640x480?
> 800x600?
>
> Thanks.
>
> James.
>
> ____________________
>
> James Matthews.
> E-mail (family): matthews@tkb.att.ne.jp
> E-mail (private): james_matthews@hotmail.com
>
> Homepage: http://home.att.ne.jp/gold/tomcat21/index.html
> ICQ: 7413754
> ____________________________________
Follow-Ups:
References: