1 ; =============================================================================
2 ; 64-bit Assembly example for Pure64
3 ; Written by Ian Seyler (www.returninfinity.com)
5 ; Assemble with NASM or YASM
6 ; =============================================================================
10 [ORG 0x0000000000100000]
19 ; =============================================================================