79806717

Date: 2025-11-01 17:25:49
Score: 2.5
Natty:
Report link

With Mingw compiler

Source code. // me.c

#include <stdio.h>

Int main (){

printf("Hello Bull");

return 0;

}

With windows power shell or command line

Give in

gcc me.c-S

Output will be me.s

Open me.s with texteditor..

You will see the assembly code thier.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31797247