A small set of 320x200 mode 13h functions for C (and ASM) for instant use. VERY small, ASM, 16-bit, nice for small intros (BBS ads, 4k)
320rts - A miniature 320x200 mode 13h Graphics Library for C
INTRO
These routines was my first attempt at writing anything is the assembly
language. It has been two years since I finished them, and they were not
used a lot, mainly because I move to 640x400x256 tweaked mode later on,
and now to general Linear Frame Buffer routines.
Though much of the code is rather embarrasing, it actually works, and
will show hopefully give you some hints to ASM coding here and there.
I place these routines in the Public Domain for anyone who needs a
small, easily implemented 320x200 library in real mode. The routines
are small, reasonably fast and completely free.
Discla(i)mer:
I AM NOT LIABLE FOR ANY DAMAGE CAUSED BY THESE FUNCTIONS, IN ANY WAY!!!
IMPLEMENTATION
Just do:
tasm 320rts.asm
bcc myprog.c 320rts.obj
And in your source, include the 320rts.h to avoid the annoying warnings.
BONUS
The routines have also been optimized for calling from assembly code.
Though they're not fancy, they're here, so you don't have to code that
damned circle routine when you need it now, in your glorious BBS ad.
Ghyll/TGA
File List:
320ASM.ASM
15Kb
320ASM.OBJ
1Kb
320RTS.ASM
19Kb
320RTS.H
1Kb
320RTS.OBJ
2Kb
FILE_ID.DIZ
476b
README.TXT
1Kb
TESTE.C
75b
Similar code
XLIB
(Popularity: ) : Graphics Library for Borland/Turbo Pascal 7.0 by Tristan Tarrant. XLibPas v2.0 is a set of libraries and utilities that allow you to use some extended features of the standard VGA adapter which are not exploited in mode 13h. The most ... A C++ Library (BC3.1) for creating and playing
(Popularity: ) : Full screen 320x200x256 animation files at high speed. For beginners or average programmers.