Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Hello World in x86 Assembly(32-Bit)

##Compiling

as helloworld.s -o helloworld.o ld helloworld.o -o helloworld

tested on Ubuntu 16.04 64-Bit