summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples/sample.asm
blob: 82c0320b9de2886a7e082579422a57b00453bbbc (plain)
1
2
3
4
public_segment .code64 __ImageStart
    ;; rax is the return value register.
    mov rax, 5
    ret