Assembly graphics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Assembly graphics

Hi, Can I create a window on my Linux based (raspbian) os on my raspberry pi 4 model b device? And if someone is know how I can make it please explain me for assembly (arm 32)

3rd Mar 2022, 12:55 PM
Domonkos Gyömörey
Domonkos Gyömörey - avatar
3 Answers
+ 2
Because I want to know the deep thing, behind the higher level languages
14th Mar 2022, 3:24 PM
Domonkos Gyömörey
Domonkos Gyömörey - avatar
+ 2
Domonkos Gyömörey The lowest level is a driver. Unless you want to build a GPU from scratch and program the hardware. Even then, you would use C with the compiler provided by the processor manufacturer. Unless you want to build the processor as well. The drivers are also written in C. There is no point in using assembly directly unless you have extreme time requirements and need to count every processor circle.
14th Mar 2022, 5:28 PM
Mustafa A
Mustafa A - avatar
+ 1
Why would you want to use assembly for the GUI? There are GUI libraries for almost any higher level language you can use.
14th Mar 2022, 3:06 PM
Mustafa A
Mustafa A - avatar