* better
[mascara-docs.git] / amd64 / bareMetalOS-0.5.2 / pure64.boot0 / kernel_asm / kernel64.asm
blob95693e05ee86616778ccc3820c5e82aa7cdc4088
1 ; =============================================================================
2 ; 64-bit Assembly example for Pure64
3 ; Written by Ian Seyler (www.returninfinity.com)
5 ; Assemble with NASM or YASM
6 ; =============================================================================
9 USE64
10 [ORG 0x0000000000100000]
12 start:
14 ; put your code here
16 end:
17 jmp end
19 ; =============================================================================
20 ; EOF