BASIC.. GetImage/PutImage BITBLIT.

For posting library code and examples.
Post Reply
User avatar
ahenry3068
Posts: 991
Joined: Tue Apr 04, 2023 9:57 pm

BASIC.. GetImage/PutImage BITBLIT.

Post by ahenry3068 »

Demonstrates grabbing rectangular sections of Screen to a file, Then putting them back on screen. Mode $80

BITBLIT GOSUB is documented in remarks. ROM BASLOAD Syntax. Tokenized PRG also included.

(ROM BASLOAD is coming soon I think... Its an awesome tool, Thanks Stefan)

blit1.png
blit1.png (7.2 KiB) Viewed 38037 times
blit2.png
blit2.png (8.55 KiB) Viewed 38037 times

Try It Now!

BITBLIT Source
BITBLIT.BAS
(5.7 KiB) Downloaded 1274 times

PRG To run
BITBLIT.PRG
(2.89 KiB) Downloaded 1257 times
Post Reply