Here is the asm x86 code on windows 10, it puts an ascii char in memory and prints it with WriteFile.
file.asm :
global _main extern _GetStdHandle@4 extern