Terminal control/Coloured text: Difference between revisions

Content added Content deleted
(Add task to ARM assembly Raspberry pi)
m (added whitespace before the table of contents (TOC).)
Line 1: Line 1:
{{task}}[[Category:Terminal control]]
{{task}}
[[Category:Terminal control]]
The task is to display a word in various colours on the terminal. The system palette, or colours such as Red, Green, Blue, Magenta, Cyan, and Yellow can be used.


;Task:
Optionally demonstrate:
Display a word in various colours on the terminal.


The system palette, or colours such as Red, Green, Blue, Magenta, Cyan, and Yellow can be used.


Optionally demonstrate:
* How the system should determine if the terminal supports colour
* How the system should determine if the terminal supports colour
* Setting of the background colour
* Setting of the background colour
* How to cause blinking or flashing (if supported by the terminal)
* How to cause blinking or flashing (if supported by the terminal)
<br><br>

=={{header|ARM Assembly}}==
=={{header|ARM Assembly}}==
{{works with|as|Raspberry Pi}}
{{works with|as|Raspberry Pi}}