Sample Header Ad - 728x90

Assembly code that print to screen without syscall

0 votes
2 answers
1414 views
Is it possible, in Linux, to write an x86 assembly program that print a character to the screen (standard output) **without** the use of any system call? I think that it is not possible because, in x86 assembly, the input/output operations are priviledge, so it's impossible to run that operation if the CPU is not in RING 0.
Asked by Bender (121 rep)
Jun 15, 2022, 01:57 PM
Last activity: Jun 15, 2022, 03:15 PM