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

Inside GPU

More than one time I looked for a way to print graphics without using a graphic library, but I found nothing that could help me. Some days ago I went again to search a solution to my problem and I noticed operating systems too have at least one graphic library implemented. Now this is my question: is there a way to get an output from the screen using pure x64 assembly only? (or inline assembly in a c/c++ code anyway)

10th Dec 2018, 4:42 PM
OrHy3
OrHy3 - avatar
2 Answers
+ 1
The graphic libraries were coded by someone so you can code your own. It is just a huge amount of work so a better use of your time might be reading the source code of an existing one to understand the concept.
10th Dec 2018, 6:29 PM
John Wells
John Wells - avatar
0
I tried to study pre-existing code with the c++ standard library too, but there wasn 't any block of code, just function declarations.
11th Dec 2018, 10:16 AM
OrHy3
OrHy3 - avatar