summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples/sample.asm
blob: 6b622f743750c925369a1484ed9f32f067286a61 (plain)
1
2
3
4
5
;; \note This should compile.
public_segment .code64 __ImageStart
    ;; rax is the return value register.
    mov rax, 5
    ret