1 2 3 4 5
;; \note This should compile. public_segment .code64 __ImageStart ;; rax is the return value register. mov rax, 5 ret