summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleAMD64.asm
blob: 781934cdf2f0b025d5313299da04e5830a6f8aeb (plain)
1
2
3
4
5
6
#bits 64

export .code64 __ImageStart

mov rax, 17
ret