; João "Hypo" Barboza
; Computer Engineering | Robotics
section .text
global _start
_start:
; Stack Initialization
push "C"
push "Java"
push "Assembly"
; Mission: Embedded Systems
mov rax, 0xCAFEBABE
call build_robots
hlt"While There Is Life, There Is Hope."
[root@hypo connect]# jguibarboza@gmail.com