Hello World in Assembly
Hello reader,
Today we will consider how to write a hello world program in assembly language.
The hello world program, uses the sys.write system call. The write system call documentation can be seen in the man 2 section of write in linux.
$ man 2 wri...
wisdomblogs.hashnode.dev3 min read