+ 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)
3 Respostas
+ 2
Because I want to know the deep thing, behind the higher level languages
+ 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.
+ 1
Why would you want to use assembly for the GUI? There are GUI libraries for almost any higher level language you can use.