String of thoughts on science, technology and programming
$: clang++ while.cpp
$: ./a.out
Post a Comment
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...
No comments:
Post a Comment