I need a simple, easy to use MODE 13/MODE x library routine for use in
one of my programs. Unfortunately, no routines thus far can adequately and easily
simulate GET and PUT routines from QBasic. Any ideas?
The GET and PUT formats I speak of are:
GET (0,0)-(xxx,yyy),object%
and
PUT (0,0)-(xxx,yyy),object%,PSET
(can also use XOR, OR and AND)
A few other commands necessary would be LINE and SCREEN 13.
I've tried out many of the programs in the PB Pub area, but they all
use assembly and/or are extremely difficult to follow.
Regards,
Paul
[email protected]
------------------
Few cats act their age, while
most just cough up furballs.
one of my programs. Unfortunately, no routines thus far can adequately and easily
simulate GET and PUT routines from QBasic. Any ideas?
The GET and PUT formats I speak of are:
GET (0,0)-(xxx,yyy),object%
and
PUT (0,0)-(xxx,yyy),object%,PSET
(can also use XOR, OR and AND)
A few other commands necessary would be LINE and SCREEN 13.
I've tried out many of the programs in the PB Pub area, but they all
use assembly and/or are extremely difficult to follow.
Regards,
Paul
[email protected]
------------------
Few cats act their age, while
most just cough up furballs.
Comment