Changes

Jump to: navigation, search

CP/M 3.0

66 bytes removed, 23:24, 9 December 2019
/* PALETTE.COM */ It always sets inks 0 and 1
The syntax is:
PALETTE <palette indexbackground> <colour codeforeground>
<palette indexbackground> is in the range 0-15 inclusive and defines the pen to change.<colour codeforeground> is a are r,g,b colour code codes with 2 bits for each colour defined in binary as r1 r0 g1 g0 b1 b0. Therefore black is 000000, bright white is 111111, white (grey) is 010101 and bright red is 110000.
=== Links ===
15
edits