Write a progam that inputs 8 integers and colours Bitmap Display with size 128×128 dots based on 0x10010000 like this:

16711680
65280
255
16776960
16711935
65535
16777215
8947848

Hint: numbers on picture are not random, a number is a line of three bits:

0x00ff0000
0x00ff0000
0x00ff0000
0x00ff0000
(many lines) (how many ☺?)
0x00ffff00
0x00ffff00
0x00ffff00
0x00888888

See also full output in attachment.


CategoryHomework

HSE/ArchitectureASM/Homework_EightSectors (последним исправлял пользователь FrBrGeorge 2019-12-11 11:16:46)