File:N88-BASIC(86) color text with graphics.png

Summary

Description
English: The text plane and the graphic plane are isolated. They are mixed by a multiplexer circuit. The screenshot displays 8 color characters and 16 color background drawing.
Date
Source Own work
Author Darklanlan

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#N88-BASIC(86)%20color%20text%20with%20graphics.png
Category:Self-published work

Source code

10 SCREEN 3
20 CONSOLE ,,,1
30 COLOR ,,,,2
40 RANDOMIZE 14642
50 FOR I=0 TO 15
60 COLOR=(I,CINT(RND(1)*4096))
70 X=INT(RND(1)*640)
80 Y=INT(RND(1)*400)
90 CIRCLE(X,Y),50,I,,,,F
100 COLOR I MOD 8
110 PRINT KNJ$("1B4B")+KNJ$(HEX$(&H2421+I))+KNJ$("1B48");
120 NEXT
Category:Images with Basic source code Category:NEC PC-98
Category:CC-Zero Category:Images with Basic source code Category:NEC PC-98 Category:Pages using deprecated source tags Category:Self-published work